Feature Request : Save files and guesses in database #7

Open
opened 2018-10-18 20:06:52 +00:00 by KevinMidboe · 0 comments
KevinMidboe commented 2018-10-18 20:06:52 +00:00 (Migrated from github.com)

Feature request

save everything in a database.

a) Failed guess unique ID
b) successful guess unique ID
c) where they have been moved to

   a   b
    \ /
     c

  1. Files can have many guesses, some valid, some not.
  2. Guesses can be the same for multiple files.
    A file would have a boolean verified or not.
  File ID                Guess ID
   (1,n) – – – ⬦ – – – (1,n) 
            verified
             (1,1)
## Feature request save everything in a database. a) Failed guess unique ID b) successful guess unique ID c) where they have been moved to ``` a b \ / c ``` - - - 1) Files can have many guesses, some valid, some not. 2) Guesses can be the same for multiple files. A file would have a boolean verified or not. ``` File ID Guess ID (1,n) – – – ⬦ – – – (1,n) verified (1,1) ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KevinMidboe/seasonedParser#7
No description provided.