department-of-veterans-affairs / vets-json-schema

JSON Schema for all VA.gov projects
18 stars 13 forks source link

[FE/BE] Personalization: Technical discovery with yarn workspace #867

Closed DanielMiller-agile6 closed 8 months ago

DanielMiller-agile6 commented 8 months ago

Now that cross-app dependencies are removed from /personalization folder in vets-api, we can experiment with a yarn worksace.

A good, first potential use-case for this might be to manage our own little Storybook environment for workshopping and testing UI components in isolation, without requiring an api backend or integration with the va.gov website. This can often help FE developers when developing, testing and maintaining custom components (or unique applications of design system components) by providing a space to quickly spin up an environment to play with individual slices of the full UI pie.

This ticket should assess feasibility, and (ideally) be demo-able in a branch upon completion.

Some things to consider:

DanielMiller-agile6 commented 8 months ago

doh, I created this ticket in the in wrong bucket. going to close this one and reopen a new one for AuthExp