-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update Application to Single Page Application (SPA) #122
Comments
I'm not sure transitioning to a SPA would be a worthwhile effort for this codebase at this point in time, for a few reasons:
As an aside: I don't mean to be rude, but did you perhaps using an LLM like ChatGTP or Bard to write this issue and #121? I ask because it comes off as somewhat vague and missing specific details about this project -- for example, we already use Flask as our web framework, which can be determined with a quick glance at the repo. If you're looking for opportunities to contribute I'm happy to help you do so, but filing issues that don't include any background research into the project might not be the best path towards that. |
Hi @di , |
No worries. I think #121 probably makes sense, but given the reasons above I don't think transitioning to a SPA isn't going to be worthwhile, so I'm going to close this. |
As the project evolves, it's crucial to enhance the user experience by transforming the application into a Single Page Application (SPA). Currently, the application relies on traditional page navigation, which can result in longer loading times and a less fluid user interface. By converting it into a SPA, we can improve the overall performance and provide a more seamless browsing experience.
The primary goals of this task are as follows:
By transforming our application into a SPA, we can significantly enhance the user experience, reduce loading times, and create a more modern and responsive web application.
Feel free to add any additional ideas, suggestions, or insights to further improve this transition. Let's collaborate and work towards making our application a more efficient and user-friendly SPA!
Please note: This task may require refactoring and modifications to the existing codebase. Let's discuss the implementation strategy and any potential challenges together.
Let me know if you need any further adjustments or information in the issue description!
The text was updated successfully, but these errors were encountered: