Week 10
(June, 04, 2023)
Attendees
Updates
- Added Audit endpoints:
- /api/audit: to get all the audit
- /api/audit/:audit_id: to get the audit log by its id
- /api/audit/:audit_id/changes: to get all the change log of a particular audit
- /api/audit/:audit_id/changes/🆔 to get change of a particular change log
- Add the datacomponents of change log.
Discussions
- We need to add the candidate license.
- All the licenses created will be a part of candidate licenses database.
- Update the names of structs of ChangeLog and ChangeHistory as Audit and ChangeLog respectively.
- Add the schema diagram of all the fields of structs and how the tables are connected.
- Update the documentation and update the readme of the project.
- Next we have to work on Obligation.
Conclusion and Future Plan
- Work on the suggestions on audit pr.
- Open a new pull request for Updated Readme.
- Add the endpoints related for candidate licenses.