Website Management #3
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 32bitcafe/guestbook#3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, guestbooks are associated with a user, with the site url being treated as just an extra data column. There is no restriction on users maintaining multiple guestbooks per website, so in order to better support this usecase, users should be able to create website records, then create guestbooks associated with them. This also serves to make it easier to expand our service offerings in the future (RSS generation comes to mind).
This will require a new table in the database, and modifications to the guestbook table such that guestbooks have a foreign key both to their owner and their associated website. In addition, CRUD endpoints will need to be created in the API, and a section of the UI dedicated to utilizing them.