Website Management #3
Notifications
Due Date
No due date set.
Depends on
#10 Create Website table and Website model
32bitcafe/guestbook
#11 Create CRUD handlers for Websites
32bitcafe/guestbook
#12 Create UI templates for Website management
32bitcafe/guestbook
Reference: 32bitcafe/guestbook#3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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.
Addressed in #13