diff --git a/.eslintrc b/.eslintrc index 1b93a1aaa..e54b82667 100644 --- a/.eslintrc +++ b/.eslintrc @@ -117,7 +117,7 @@ } }, { - "files": "test/playwright/**", + "files": "apps/dashboard-parcel/test/playwright/**", "extends": "plugin:playwright/recommended" }, { diff --git a/README-lib.md b/README-lib.md index 910934048..833ad2e4b 100644 --- a/README-lib.md +++ b/README-lib.md @@ -1,4 +1,12 @@ -# VEDA Dashboard + + +# VEDA Dashboard - Component Library  diff --git a/apps/dashboard-parcel/README.md b/apps/dashboard-parcel/README.md new file mode 100644 index 000000000..6a0778da7 --- /dev/null +++ b/apps/dashboard-parcel/README.md @@ -0,0 +1,33 @@ +# VEDA Dashboard (Parcel) + + + +> **Note**: This is the Parcel-based dashboard. A migration to Vite is planned for v7. +> See [#1900](https://github.com/NASA-IMPACT/veda-ui/issues/1900) for details. + +VEDA is a dashboard to explore data. + +This repository contains the UI component of VEDA where development of new features happens. +If you're looking to add content check the [veda-config](https://github.com/NASA-IMPACT/veda-config) repository. + +## Content documentation + +**⚠️ The content configuration should not happen on this repository, but on your instance of [veda-config](https://github.com/NASA-IMPACT/veda-config).** + +The following documentation will guide you through the process of configuring the content. + +- Check [CONFIGURATION](../../docs/content/CONFIGURATION.md) to see a list of configuration options for VEDA. +- Check [CONTENT](../../docs/content/CONTENT.md) for how to structure the content pieces. +- Check [PAGE_OVERRIDES](../../docs/content/PAGE_OVERRIDES.md) for all the layout overrides available to you and how they work. + + +## Development documentation + +Check the documentation below for how to setup and develop features for `veda-ui`. + +- **Start here**: Check [SETUP.md](../../docs/development/SETUP.md) for instructions on how to set up your local development environment. +- Check [ARCHITECTURE](../../docs/development/ARCHITECTURE.md) docs to read about architecture. +- Check [PAGE_OVERRIDES](../../docs/development/PAGE_OVERRIDES.md) for information about the component/content overriding feature. + +## License +This project is licensed under **Apache 2**, see the [LICENSE](../../LICENSE) file for more details. \ No newline at end of file diff --git a/app/index.html b/apps/dashboard-parcel/index.html similarity index 98% rename from app/index.html rename to apps/dashboard-parcel/index.html index 72b696217..c289864f6 100644 --- a/app/index.html +++ b/apps/dashboard-parcel/index.html @@ -134,7 +134,7 @@