Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Feature Request: Split Frontend and Backend #2

Open
Trumeet opened this issue Jan 8, 2021 · 0 comments
Open

Feature Request: Split Frontend and Backend #2

Trumeet opened this issue Jan 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Trumeet
Copy link
Owner

Trumeet commented Jan 8, 2021

Summary

Currently, the frontend and backend codes are merged in the same module (central). This makes development much harder since doing form validation and rendering is hard for backend development, and also produces frontend codes in backend codes. A better solution would be provide OpenAPI in the backend, then have a separate project or module (like a web server or so) which calls the API and renders the frontent.

Pros

  • Better code arrangement.
  • Provides an API for user.
  • Refactored backend.
  • Utilizes HTTP status codes.
  • Utilizes RESTful API.
@Trumeet Trumeet added the enhancement New feature or request label Jan 8, 2021
@Trumeet Trumeet self-assigned this Jan 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant