Last active
November 3, 2021 07:38
-
-
Save baur/1c6816691b43862b6ae87ca00392bc6c to your computer and use it in GitHub Desktop.
Project_task_manager_desc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------ | |
Project | |
------------------------------------------ | |
-id | |
-name | |
------------------------------------------ | |
Task | |
------------------------------------------ | |
-id | |
-name | |
-create_user_id | |
-assigned_user_id | |
-status | |
-tags (comma separated) | |
-deadline_time | |
-close_time | |
------------------------------------------ | |
Comment | |
------------------------------------------ | |
-id | |
-create_date | |
-task_id | |
-user_id | |
-text | |
------------------------------------------ | |
Tags | |
------------------------------------------ | |
-id | |
-name | |
------------------------------------------ | |
Status | |
------------------------------------------ | |
-id | |
-name | |
------------------------------------------ | |
(в работе, ожидается ответ, завершен-auto fill after close task) | |
------------------------------------------ | |
User | |
------------------------------------------ | |
id | |
name | |
------------------------------------------ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment