Middle
Where is the priority list stored: on the frontend or the backend?
sobes.tech AI
Answer from AI
The priority list is usually stored on the backend, as it is part of the business logic and data that need to be centrally managed and protected. The frontend can retrieve this list via API and display it to the user, but it should not be the source of truth for priorities. This helps prevent data desynchronization and ensures security and consistency.