-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from ssciwr/connect_milestone_to_backend
Connect Milestone component to backend
- Loading branch information
Showing
20 changed files
with
300 additions
and
305 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
# [mondey](https://ssciwr.github.io/mondey) | ||
# [MONDEY](https://mondey.lkeegan.dev/) | ||
[![run tests](https://github.com/ssciwr/mondey/actions/workflows/ci.yml/badge.svg)](https://github.com/ssciwr/mondey/actions/workflows/ci.yml) | ||
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ssciwr_mondey&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ssciwr_mondey) | ||
[![codecov](https://codecov.io/gh/ssciwr/mondey/graph/badge.svg?token=1YBO3KUDAR)](https://codecov.io/gh/ssciwr/mondey) | ||
|
||
Initial development for the MONDEY project. | ||
The source code for the MONDEY website. This is currently under development! | ||
|
||
## Frontend | ||
## Current status | ||
|
||
The frontend is automatically built and deployed as a static website to | ||
[ssciwr.github.io/mondey](https://ssciwr.github.io/mondey) | ||
on every push to the main branch using this [Github Action](.github/workflows/deploy.yml). | ||
The website is temporarily hosted on a heicloud VM during development: | ||
|
||
### Component demos | ||
### User interface | ||
|
||
- [Milestone](https://ssciwr.github.io/mondey/milestone) | ||
- [Milestonegroup](https://ssciwr.github.io/mondey/milestonegroup) | ||
This is the website that the end user would interact with (functionality is currently incomplete): | ||
|
||
## Preview | ||
- [Mondey website](https://mondey.lkeegan.dev/) | ||
|
||
A preview of the full website including the admin interface backend is temporarily hosted on a heicloud VM during development: | ||
Until more functionality is added to the main site above, there are also some stand-alone previews of individual components: | ||
|
||
- [Milestone component](https://mondey.lkeegan.dev/milestone) | ||
- [MilestoneGroup component](https://mondey.lkeegan.dev/milestonegroup) | ||
|
||
### Admin interface | ||
|
||
This is the interface that admins would use to edit the contents of the website: | ||
|
||
- [Mondey admin interface](https://mondey.lkeegan.dev/admin) | ||
|
||
### Developer interface | ||
|
||
These API interfaces are only temporarily public for convenience during development, in production these will not be public: | ||
|
||
- [Mondey website](https://mondey.lkeegan.dev/) | ||
- [Mondey admin](https://mondey.lkeegan.dev/admin) | ||
- [API documentation](https://mondey.lkeegan.dev/api/redoc) | ||
- [Swagger UI to interact with API](https://mondey.lkeegan.dev/api/docs) | ||
|
||
(Note: for now the API interface docs are public and unsecured for convenience during development, in production these would not be public) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.