Initial version
Copy code from the genesys-catalog-ui
project and remove all catalog-related services, actions, reducers, components and dependencies. The resulting code should be completely clean of Catalog code -- but keep the /accessions
route and components.
- Keep common code (
ui/common
) - Keep
/accessions
route - Keep
/dashboard
route, but don't render Catalog stuff - Keep
/
route: entry page (only with Accessions) - Keep SSR
- Keep i18n
- Keep look & feel (layout and styles)
When executing npm run serve
, the code should connect to Genesys same as the current Catalog does and allow for browsing the accessions data.
Edited by Matija Obreza