Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Setup UI package directories and libraries for dashboard #6219

Closed
shuse2 opened this issue Mar 10, 2021 · 0 comments
Closed

Setup UI package directories and libraries for dashboard #6219

shuse2 opened this issue Mar 10, 2021 · 0 comments

Comments

@shuse2
Copy link
Collaborator

shuse2 commented Mar 10, 2021

Description

Add basic directory and library setup on the UI folder for the dashboard plugin

/ui
  index.tsx <= initializer
  app.tsx <= application top
  app.scss
  /pages <= holds smart components (only main page)
  /components <= holds dumb components
    /category1
       /component1.tsx
       /component1.module.scss
  /stores
    /actions <= defines set of actions
    /reducers <= defines set of reducers
    index.ts <= exposes store to application
  /styles <= contains scss which defines global style and constants

  • It should use @reduxjs/toolkit to initialize the store

Acceptance Criteria

  • When started, empty scaffolded page should be shown

Additional Information

Related Issue #6216

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants