q815101630/LeetFlash

Auto Generate Question Review Note with Template

Opened this issue · 0 comments

It would be greatly beneficial if LeetFlash can automatically generate review templates based on users' need.

For example, a workflow can be like this:

  1. A user completes a question
  2. Popup ask if the user wants to generate a review sheet based on the template. This template will have fields like
    1. Question Title
    2. Question Text
    3. Question Difficulty
    4. User's Time Analysis
    5. User's code
    6. User's comment
  3. If the user clicks on the button GENERATE, A template will be filled with known fields first, like title, text, difficulty, etc..
  4. Other fields will be left blank for the user to fill.
  5. Users can save this template somewhere and the user can link to this template whenever he/she needs to review this question

It requires more thinking on

  • Where users can store these files
  • How LeetFlash will be notified after the user completes or modifies a question template

Any suggestions?