Consider changing subforum routes to /board/:id instead of just /:id #17
Labels
No labels
bug
code clarity
code organization
database
documentation
improvement
new feature
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nu/CharmBoard#17
Loading…
Add table
Add a link
Reference in a new issue
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?
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/logoutroute being treated like you were trying to view a subforum with the namelogout. I fixed this in commitf10dab805aby 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