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

Server handlers #909

Open
7 tasks
janmichek opened this issue Sep 2, 2024 · 0 comments
Open
7 tasks

Server handlers #909

janmichek opened this issue Sep 2, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@janmichek
Copy link
Collaborator

janmichek commented Sep 2, 2024

Please describe the problem that your request should resolve.

The server logic

Describe the solution you'd like

  • deduplicate server logic from stores
  • separate to store and API = add one more layer between
  • remove 'raw' prefixing
  • move as most logic to API to compensate sever logic
  • move logic to API imitation
  • move adepters to server part and serve just clean data for the app
  • prepare the whole app for separate backend

Is it already possible to achieve the same outcome in any other way? If so, how?

Additional context

https://nuxt.com/docs/guide/directory-structure/server
utilize more server features from link above

Related issues
#56
#74
#201
#485
#484
#457

@janmichek janmichek added the enhancement New feature or request label Sep 2, 2024
@janmichek janmichek added this to the Q4 2024 milestone Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant