server-side architecture for keeping strengths and weaknesses of users
Opened this issue · 0 comments
MajeedKazemi commented
how to store data:
- poem data: poem-id, poems, line breaks (for verses and half-verses), and recitation meta-data
- poem-stat: poem-id, user-id, strengths and weaknesses, total score, time-based score
- user data: user-id, poem-stat-id, and other meta-data
what technologies to use: django? spring? mongo-db?
what APIs should be provided?