Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add created/modified/deleted fields to each record type #8

Open
idolpx opened this issue May 27, 2022 · 4 comments
Open

Add created/modified/deleted fields to each record type #8

idolpx opened this issue May 27, 2022 · 4 comments
Labels
requirement Required feature

Comments

@idolpx
Copy link
Owner

idolpx commented May 27, 2022

Useful for syncing data

@idolpx idolpx added the requirement Required feature label May 27, 2022
@mrdudz
Copy link

mrdudz commented May 27, 2022

This should also include things like "imported" (flag data imported from elsewhere but not verified), "reviewed" (perhaps including a link to who did it), "confirmed", "guessed" and perhaps more

@Grrrolf
Copy link

Grrrolf commented Jun 1, 2022

Don't forget to add an audit table/log storing who created, modified or deleted any of the records. Useful for auditing purposes and transparency.

@idolpx
Copy link
Owner Author

idolpx commented Jun 3, 2022

Yep yep... Ideally I would like some kind of version control so anyone could look at changes over time for individual items.

@idolpx
Copy link
Owner Author

idolpx commented Jun 8, 2022

I've added dateCreated, dateUpdated, dateDeleted and deleted to the major types in the schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requirement Required feature
Projects
None yet
Development

No branches or pull requests

3 participants