Skip to content
Snippets Groups Projects
  1. Mar 09, 2018
  2. Mar 03, 2018
  3. Mar 02, 2018
  4. Feb 26, 2018
  5. Feb 22, 2018
  6. Dec 15, 2017
  7. Nov 20, 2017
  8. Nov 14, 2017
  9. Oct 09, 2017
  10. Mar 15, 2017
    • Vytor Calixto's avatar
      Add simulation/time (UC301) · ad2eb970
      Vytor Calixto authored
      Route /api/v1/simulation/time exists and works with parameter max_time
      
      * Example route: `/api/v1/simulation/time?max_time=10`
      * Return value: {"result": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}
      
      If no value is specified in max_time, an error is returned
      ad2eb970
  11. 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
  12. Oct 18, 2016
  13. Oct 17, 2016
  14. Oct 10, 2016
  15. Oct 07, 2016
  16. Oct 06, 2016
  17. Oct 04, 2016
  18. Oct 03, 2016
Loading