department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
284 stars 206 forks source link

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

Open DanielMiller-agile6 opened 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 workspace.

A good, first potential use-case for this might be to manage our own little Storybook (or Ladle or other as team prefers) 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:

Acceptance criteria

ACParker89 commented 3 weeks ago

@DanielMiller-agile6 do we need this still?