Dima-Bulavenko / wordnest

0 stars 0 forks source link

DEVELOPER STORY: DB structure creation to manage user and global dictionaries #20

Closed Dima-Bulavenko closed 4 months ago

Dima-Bulavenko commented 5 months ago

As a developer I want to create sensible database structure so that to have ability manage user dictionaries and global dictionaries easily.

Acceptance criteria

  1. User can add new words to them dictionaries
  2. User can create group of words in a dictionary
  3. Each word has its own language.
  4. Each word can have or don't have translation with other word.
  5. One word can have several translations in certain language.

Tasks