unity-sds / unity-project-management

Container repo for project management (projects, epics, etc)
Apache License 2.0
0 stars 1 forks source link

Common navbar with hardcoded destinations #73

Open rtapella opened 1 year ago

rtapella commented 1 year ago

Initial version of a common navigation area.

For now we can hard-code the applications it goes to.

No venue/project switching stuff.

Figma mockup: https://www.figma.com/file/8CiUNS9zH2NUm74VEicn64/Unity-screen-flows?node-id=105%3A1299&t=dgXcsryXdAnhdgJ1-1

rtapella commented 1 year ago

Explore a very basic home page as a section

rtapella commented 1 year ago

is this stuff all from a configuration per deployment (i.e. per project-venue)?

rtapella commented 1 year ago

Discussion notes. This ranged broader than just the initial version into how we see Project/Venue info for a logged-in user: https://docs.google.com/document/d/1-44f-ykzFeVMINkFo69f0WFoSeXJ4_hodqWszOaqlTg/edit

rtapella commented 1 year ago

Site map:

https://lucid.app/lucidchart/8cfdfeb4-f244-4a38-b574-fde8c7c1feed/edit?invitationId=inv_872ddff4-3919-4423-b821-1efc12e7b000&page=tsUthozgswEK#

Journey/flow: https://lucid.app/lucidchart/8cfdfeb4-f244-4a38-b574-fde8c7c1feed/edit?invitationId=inv_872ddff4-3919-4423-b821-1efc12e7b000&page=AahxSD_j9uqO#

anilnatha commented 1 year ago

Began experimenting with setting up React app containing a navbar, continuing to investigate how to architecture React apps for Unity's needs, will be having a discussion with teammates from 398h who have built React apps to accelerate this.

anilnatha commented 1 year ago

Teaser image of preliminary navbar implementation that was done while the react-stellar PR for navbar components was being worked on. With that PR completed, integration of react-stellar navbar component can be pursued.

Image

More details about this preliminary design can be found here: https://github.com/unity-sds/unity-project-management/issues/38#issuecomment-1579122334

rtapella commented 9 months ago