Skip to content
Snippets Groups Projects
  1. Dec 13, 2023
  2. Nov 27, 2023
  3. Jul 07, 2023
  4. Mar 03, 2023
  5. Sep 29, 2022
  6. Sep 23, 2022
  7. Aug 12, 2022
  8. Aug 11, 2022
  9. May 20, 2020
  10. Apr 09, 2020
  11. Jun 25, 2019
  12. Oct 09, 2017
  13. Aug 11, 2017
  14. Aug 10, 2017
  15. Mar 07, 2017
  16. Feb 20, 2017
  17. Feb 02, 2017
  18. Jan 18, 2017
  19. Jan 10, 2017
  20. Dec 09, 2016
  21. Oct 24, 2016
    • João Victor Tozatti Risso's avatar
      Migrate API to v2 database schema · d38e8612
      João Victor Tozatti Risso authored
      Change SQL queries in the following routes:
      
      * city
      * state
      * region
      * school
      * enrollment
      
      Also, change tests to reflect the new schema where appropriate. Specially in the case of cities, the primary key now becomes pk_cod_ibge (city IBGE code) and, therefore, any query that relies on the city id should use this value instead of the old primary key.
      
      Aliases of fields that have different names were added to ensure compatibility with the UI of LDE.
      
      Please refer to the database repository in order to understand how the current schema works. The corresponding ER diagram can be located there.
      d38e8612
  22. Sep 27, 2016
  23. Sep 22, 2016
  24. Sep 20, 2016
  25. Sep 13, 2016
  26. Sep 06, 2016
  27. Sep 02, 2016
  28. 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