-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
Edirom's JavaScript-based frontend and XQuery-based backend are stored in the same repository.
For modularization purposes they can and should go into separate repositories.
Describe the solution you'd like
Have in total four repos: backend, API, frontend
(a) Docker repository
- use this repo to provide a Dockerfile and documentation on how to build the complete Edirom
- move other contents to following repos
(b) Frontend repository
- split from this and move to https://github.com/Edirom/Edirom-Online-Frontend
- use
git filter-branch ...
to split and preserve history
(c) Backend repository
- split from this and move to https://github.com/Edirom/Edirom-Online-Backend
- use
git filter-branch ...
to split and preserve history
(d) API repository
- new repo https://github.com/Edirom/Edirom-Online-API
- contains OpenAPI Swagger definition of API
Describe alternatives you've considered
Keep as is.
Additional context
./.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done