Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dougthor42
Copy link
Owner

@dougthor42 dougthor42 commented Jan 21, 2019

This converts all db calls to AJAX requests using our own API.

Fixes #45.

This is WIP while I figure some things out:

  1. Do I actually want AJAX requests for everything? They seem a bit slower during my own testing.
  2. How do I test the AJAX stuff?
  3. Do I like my API? I think I like the REST part, but I'm not a fan of the python function names linked to those routes.
  4. Do I like ?as_tree=1 for the API? Do I like that it modifies the structure of the returned JSON?

Also, TODO:

  • Rebase and clean up commit history before merging.
  • Remove debugging "console.log" statements in the JS.

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

Successfully merging this pull request may close these issues.

2 participants