Consider changing subforum routes to /board/:id
instead of just /:id
#17
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nu/CharmBoard#17
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?
Changing the subforum ID scheme to an imageboard-esque one in commit
44eeaa80e6
(as per #7) introduced a bug wherein any routes listed below the subforum-related routes would be interpreted as though it was supposed to be a subforum view route, with the first example I encountered being the/logout
route being treated like you were trying to view a subforum with the namelogout
. I fixed this in commitf10dab805a
by moving the subforum-related routes below all other routes, but this feels hacky! Thus I think the subforum-related routes should be changed to something akin to/board/:id