|
32 | 32 | <br /> |
33 | 33 | <br /> |
34 | 34 | <a href="https://www.dataverse.org">Website</a> | |
35 | | - <a href="https://beta.dataverse.org/spa">View Demo (BETA)</a> | |
| 35 | + <a href="https://beta.dataverse.org/modern">View Demo (BETA)</a> | |
36 | 36 | <a href="https://github.com/IQSS/dataverse-frontend/issues">Report Bug</a> | |
37 | 37 | <a href="https://github.com/IQSS/dataverse-frontend/issues">Request Feature</a> |
38 | 38 | </p> |
@@ -139,21 +139,21 @@ All environments follow an “all-in-one” setup, where the frontend and backen |
139 | 139 | The **Beta** environment provides a remote space for testing the latest changes. GitHub Actions automatically deploy the current `develop` branches of both the frontend and backend. |
140 | 140 |
|
141 | 141 | - **Audience:** Development team, QA analysts, project managers, selected users for early feedback |
142 | | -- **URL:** [beta.dataverse.org/spa][dv_app_beta_spa_url] |
| 142 | +- **URL:** [beta.dataverse.org/modern][dv_app_beta_modern_url] |
143 | 143 |
|
144 | 144 | #### Demo |
145 | 145 |
|
146 | 146 | The **Demo** environment showcases the latest officially released version of the SPA, compatible with the latest Dataverse backend release. Deployments target specific tagged releases (e.g., `0.1.0`) and are performed on demand. |
147 | 147 |
|
148 | 148 | - **Audience:** Project managers, curation team, early adoption testers |
149 | | -- **URL:** [demo.dataverse.org/spa][dv_app_demo_spa_url] |
| 149 | +- **URL:** [demo.dataverse.org/modern][dv_app_demo_modern_url] |
150 | 150 |
|
151 | 151 | #### QA |
152 | 152 |
|
153 | 153 | The **QA** environment is a dedicated, short-lived testing space. It is deployed on demand with feature branches (e.g., `feature/xxx`), frequently overwritten, and used for validating new features and bug fixes before merging into development. |
154 | 154 |
|
155 | 155 | - **Audience:** QA analysts, development team |
156 | | -- **URL:** [qa.dataverse.org/spa][dv_app_qa_spa_url] |
| 156 | +- **URL:** [qa.dataverse.org/modern][dv_app_qa_modern_url] |
157 | 157 |
|
158 | 158 | #### Spike Environments |
159 | 159 |
|
@@ -397,15 +397,15 @@ Distributed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for mo |
397 | 397 | <!-- Application Instances --> |
398 | 398 | <!-- [dv_app_] --> |
399 | 399 |
|
400 | | -[dv_app_beta_spa_url]: https://beta.dataverse.org/spa |
401 | | -[dv_app_demo_spa_url]: https://demo.dataverse.org/spa |
402 | | -[dv_app_qa_spa_url]: https://qa.dataverse.org/spa |
| 400 | +[dv_app_beta_modern_url]: https://beta.dataverse.org/modern |
| 401 | +[dv_app_demo_modern_url]: https://demo.dataverse.org/modern |
| 402 | +[dv_app_qa_modern_url]: https://qa.dataverse.org/modern |
403 | 403 | [dv_app_beta_legacyjsf_url]: https://beta.dataverse.org |
404 | 404 | [dv_app_legacyjsf_demo_url]: https://demo.dataverse.org/ |
405 | 405 | [dv_app_localhost_build_url]: http://localhost:5173 |
406 | 406 | [dv_app_localhost_storybook_url]: http://localhost:6006/ |
407 | 407 | [dv_app_localhost_designsystem_url]: http://localhost:6007/ |
408 | | -[dv_app_localhost_spa_url]: http://localhost:8000/spa |
| 408 | +[dv_app_localhost_modern_url]: http://localhost:8000/modern |
409 | 409 | [dv_app_localhost_legacy_url]: http://localhost:8000/ |
410 | 410 |
|
411 | 411 | <!-- @gdcc/dataverse --> |
|
0 commit comments