RealDevSquad / RealDevSquad/website-backend
RFC - Task log structure
Open
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Doubt for - #725 [RESOLVED but still open for discussion]
Log Model RFC - #49
The basic log structure is as follows
type - Categorises the type of log.
timestamp - Time and date of the log creation.
meta - Object-containing fields that usually are common across different types of logs.
body - Object containing data with respect to the type of the log.
Approach for Task Log
Assuming status and percentCompleted are changed by the user.
-
type : 'task', meta : { taskId, username, userId } timestamp, body : { subType : CREATE | UPDATE | DELETE new : { status, percentCompleted, //many more... } }
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.