Skip to content
Snippets Groups Projects
  1. Nov 20, 2017
  2. Nov 14, 2017
  3. 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
  4. 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
  5. Oct 18, 2016
  6. Oct 17, 2016
  7. Oct 10, 2016
  8. Oct 07, 2016
  9. Oct 06, 2016
  10. Oct 04, 2016
  11. Oct 03, 2016
Loading