Description
When the user clicks on a repository in their repository list, or after importing a repository, the user should be taken to the repository's page.
The page URL should be: repositories/<repository-id>
The repository ID is the ID of the document within the crt_repositories collection.
On page load, check that this exists. If not, send them a 404.
If it does, fetch the repository from GitHub.
UI Wireframe
User Story
As a user
I want to see my imported repository
So that I can perform actions around it.
Notes
Description
When the user clicks on a repository in their repository list, or after importing a repository, the user should be taken to the repository's page.
The page URL should be:
repositories/<repository-id>The repository ID is the ID of the document within the
crt_repositoriescollection.On page load, check that this exists. If not, send them a 404.
If it does, fetch the repository from GitHub.
UI Wireframe
User Story
As a user
I want to see my imported repository
So that I can perform actions around it.
Notes