Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend code refactoring / cleanup #54

Open
1 of 2 tasks
muety opened this issue Jan 15, 2022 · 0 comments
Open
1 of 2 tasks

Backend code refactoring / cleanup #54

muety opened this issue Jan 15, 2022 · 0 comments
Labels

Comments

@muety
Copy link
Owner

muety commented Jan 15, 2022

  • Better modularity
    • Currently, most logic is contained inside controllers, which also define the REST interface at the same time. Business logic and presentation logic are strongly interleaved, which makes it super hard to be reused. Some parts methods are outsourced to controllers/utils in a quite hacky way and without following a common interface.
  • Refactor to modern ES6-style JavaScript syntax (requires Add ESLint for backend #53)
@muety muety added the backend label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant