This repository has been archived by the owner on Jan 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Page for each project #40
Labels
Comments
I feel like each page could include:
|
Merged
Continue use of short URLs please. |
ID should be textual, rather than appealing to the database model. You might need to add an extra column for that textual ID. Just like users page is /u/user_name, not /u/uid_number |
Should that textual ID be the primary key or should there be an |
Open
jordannewport
added a commit
that referenced
this issue
Mar 17, 2018
sumnerevans
added a commit
that referenced
this issue
Mar 18, 2018
sumnerevans
assigned sumnerevans and jordannewport and unassigned sumnerevans and jordannewport
Apr 9, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if we need this, someone really needs to do some design work to:
Currently we just have a list of projects. If we add more information about each project, it will start to get cluttered. Having individual pages for each project to show more details would reduce the clutter.r
Things to include on each page
Considerations
We need to figure out the URL scheme./p/<project_id>
would probably be the most consistent, but I don't really like it. I would prefer/projects/<project_id>
. (See Project Listing Page #35 (comment).)ProjectsController
toProjectListController
. This will allow us to useProjectsController
andProjectController
as the lookup controller and project page controller, respectively. (See Project Listing Page #35 (comment) for context)Design
/p/<textual_id>
.The text was updated successfully, but these errors were encountered: