Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 691 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 691 Bytes

SRS

Objective

Create a web application that works similar to Anki. First dataset will be one loaded with Jouyou kanji grade 1.

Progress

  • Connect application to PostgreSQL database. DONE
  • database only reads id, concept, meaning, mnemonic, and synonym
  • Setup API for CRUD operations on the card object.
  • Create DONE
  • Read DONE
  • Update DONE
  • Delete DONE
  • Get object by id DONE
  • get object by concept IN PROGRESS
  • Draw Storyboard Mockups for Website designs
  • Implement website design
  • Setup interval progression system.
    • interval timings after every review will double(4 hr -> 8 hr -> 16 hr -> 32 hr)
    • (extra) offer the user the ability to change interval timings