Skip to content

oewami/SRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages