Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
  2. Aug 22, 2017
  3. Aug 11, 2017
  4. Aug 10, 2017
  5. Jul 12, 2017
  6. Jul 10, 2017
  7. Jun 29, 2017
  8. Jun 28, 2017
  9. Jun 27, 2017
  10. Jun 19, 2017
  11. May 09, 2017
  12. Apr 26, 2017
  13. Apr 18, 2017
  14. Apr 05, 2017
  15. Mar 22, 2017
  16. Feb 01, 2017
  17. Jan 10, 2017
  18. Oct 27, 2016
  19. Oct 17, 2016
  20. Oct 14, 2016
  21. Oct 03, 2016
  22. Sep 29, 2016
  23. Sep 28, 2016
    • Vytor Calixto's avatar
      Fix cache problem in route /user · a3ae2306
      Vytor Calixto authored
      Changes:
      * Cache is defined in `api.js`, not in `app.js` anymore
      * Enrollment cache lasts for 1 day, states, regions, citys and schools lastas for 15 days
      
      Closes simcaq/SCRUM#58
      a3ae2306
  24. Sep 26, 2016
  25. Sep 23, 2016
  26. Sep 22, 2016
  27. Sep 20, 2016
  28. Sep 15, 2016
  29. Sep 13, 2016
  30. Sep 06, 2016
  31. Sep 02, 2016
  32. Aug 29, 2016
    • João Victor Risso's avatar
      Refactor source structure and add promise to execute DB queries · ed91f01e
      João Victor Risso authored
      Changes in this commit:
      - Singularize all routes and components
      - Separate different modules into their own source files
      - Rename the API module to enrollment and add a more general API module
      - Resources that are related to a route, are now under its scope. For
        example, the year range of the enrollment component is now under the
        route /v1/enrollment/year_range
      - Implement a thenable function to execute the queries against the
        database to reduce the amount of duplicated code in the application. This
        approach also allows several concurrent queries to run concurrently in the
        same route.
      Unverified
      ed91f01e
Loading