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

Replace post parameters by JSON input #40

Open
krzd opened this issue Sep 3, 2013 · 0 comments
Open

Replace post parameters by JSON input #40

krzd opened this issue Sep 3, 2013 · 0 comments

Comments

@krzd
Copy link
Member

krzd commented Sep 3, 2013

This will clean up the codebase a lot, potentially make it faster to run and implement changes, and it could make it easier to implement validation (see other issue).
Unless there are any objections, this would be part of a series to simplify the server code, make it faster and more reliable. For example we might also want to reduce the number of database queries and subqueries etc. That potentially also reduces the memory consumption. Plus right now for others to maintain it is a pain, because even I start struggling with my own code.
Because those will be quite a lot of changes, it would run in parallel to the current server API (versioning is already implemented). So older version of the app would use the old implementation, whilst newer will use this improved one, until the older versions are not used anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant