Skip to content

Commit

Permalink
Merge pull request #216 from mok-it/feature/project-time
Browse files Browse the repository at this point in the history
  • Loading branch information
notAnElephant authored Nov 20, 2024
2 parents c9482a0 + d3b5f93 commit 24f3099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database_scheme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Ebben a collectionben a projektek vannak tárolva.
- `comments` (Collection([Comment](#comment))): A projekt kommentjeinek subcollectionje.
- `maxBadges` (Int): A projektben maximális megszerezhető mancsérték. Ezt speciális esetben túl lehet lépni, ha valaki nagyon sok effortot tett bele.
- `projectLeader` (String): A projektvezető id-je.
- `start` (Date): A projekt indulása.
- `end` (Date): A projekt vége.

Értékek, amik jelenleg nincsenek az appban használva, de a db-ben szerepelnek:
- `overall_progress` (Int): A projekt összesített előrehaladása 0-tól 100-ig.
Expand Down

0 comments on commit 24f3099

Please sign in to comment.