-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/sckan 300 #315
Feature/sckan 300 #315
Conversation
serialized_graph = models.JSONField() # Stores the serialized diagram model | ||
created_at = models.DateTimeField(auto_now_add=True) | ||
updated_at = models.DateTimeField(auto_now=True) | ||
saved_by = models.ForeignKey( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afonsobspinto question, are the update_at and saved_by used to update the change in the notes? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. At the moment they are not used but I added them anyway because I can see it being useful for something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also have a note in the graph container saying. "Last saved by: {saved_by}" and on hover shows the {updated_at}
Closes https://metacell.atlassian.net/browse/SCKAN-300
2024-10-08.17-36-01.mp4