-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add projects to page hierachy #211
Conversation
✅ Deploy Preview for ami-web ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ami-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Updated to also pass project ID when we fetch items. Filter is missing on some endpoints though, see #212. Once available I hope we will also see the correct project data in FE :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big moves! This is great. Thanks for designing the initial project view, breadcrumbs and approach to filtering by project. I will add the additional filters on the backend asap.
And yes let's run this by Andre when we have a chance! |
In this PR we are starting to consider different projects. The main view will no longer be the overview for a single project. Instead, the main view will be a collection of all projects and the user gets to decide what project to have a closer look at.
Screenshots:
New page for showing all the projects (I have improvised a bit for the UI here, will check with Andre later):
Project overview can now be found one level down the page hierarchy. Breadcrumbs are updated with link back to projects.
This is how it will look for pages further down the hierarchy. Project name will link to project overview.