Skip to content
Success

Changes

Summary

  1. add comment (commit: 3b28827) (details)
  2. optimise multiple filters selected situation (commit: 96f8ad3) (details)
  3. optimise order by title (commit: d3b16a1) (details)
  4. optimise pagination count code format (commit: 88b3ad4) (details)
  5. move functions/change order (commit: a1bfc14) (details)
  6. update function name (commit: b91a25c) (details)
  7. fix filter (commit: 45cab34) (details)
The file was modifiedapp/pagination.py (diff)
Commit 96f8ad3ed89da59d1cdcb9a7ae46532210400202 by David Yu
optimise multiple filters selected situation

increase process speed
(commit: 96f8ad3)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/pagination.py (diff)
The file was modifiedapp/filter.py (diff)
The file was modifiedtests/test_api.py (diff)
The file was modifiedapp/filter_generator.py (diff)
Commit d3b16a11b86f9ba96baa5c296077878cbecaa183 by David Yu
optimise order by title

improve understandability;
reduce time cost when small number datasets order by title
(commit: d3b16a1)
The file was modifiedapp/sgqlc.py (diff)
The file was modifiedapp/sgqlc_schema.py (diff)
The file was modifiedapp/data_schema.py (diff)
The file was modifiedapp/pagination.py (diff)
Commit 88b3ad43f500b1a44ce54010b83dbbab8486bc5e by David Yu
optimise pagination count code format
(commit: 88b3ad4)
The file was modifiedapp/pagination.py (diff)
Commit a1bfc1444d8db8302a7cca0c25572bb3f1e13937 by David Yu
move functions/change order

move to more suitable class
sort in more logical order
(commit: a1bfc14)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/filter.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedmiddleware/auth.py (diff)
The file was modifiedapp/filter_generator.py (diff)
The file was modifiedapp/filter_generator.py (diff)