- Mar 21, 2017
-
-
Vytor Calixto authored
-
- Mar 17, 2017
-
-
Vytor Calixto authored
Now you can join tables with composite foreign/primary keys using RQF. In the join attribute just use an array of columns that need to be used in the join
-
Vytor Calixto authored
-
- Mar 16, 2017
-
-
Vytor Calixto authored
* Create routes /enrollment/gender and /enrollment/ethnic_group * Add gender and ethnic_group to enrollment params in RQF
-
- Mar 15, 2017
-
-
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
-
- Mar 07, 2017
-
-
Vytor Calixto authored
-
Vytor Calixto authored
-
Vytor Calixto authored
-
Vytor Calixto authored
-
Vytor Calixto authored
-
- Mar 06, 2017
-
-
Vytor Calixto authored
-
- Feb 20, 2017
-
-
Vytor Calixto authored
-
- Feb 02, 2017
-
-
Vytor Calixto authored
-
- Feb 01, 2017
-
-
Vytor Calixto authored
-
Vytor Calixto authored
-
- Jan 18, 2017
-
-
Vytor Calixto authored
Related: simcaq/SCRUM#210
-
Vytor Calixto authored
Related: simcaq/SCRUM#210
-
Vytor Calixto authored
-
- Jan 16, 2017
-
-
Lucas Gabriel Lima authored
-
- Jan 13, 2017
-
-
Lucas Gabriel Lima authored
-
- Jan 10, 2017
-
-
Vytor Calixto authored
-
Vytor Calixto authored
-
- Dec 09, 2016
-
-
Vytor Calixto authored
SQL now is using new schema
-
Vytor Calixto authored
SQL is now compatible with DB schema in simcaqdb3
-
- Dec 08, 2016
-
-
Vytor Calixto authored
-
- Dec 05, 2016
-
-
Vytor Calixto authored
-
- Dec 02, 2016
-
-
João Victor Risso authored
- Mount route under '/api/v1/enrollment/location' - It should list the location names for enrollments and school classes - The reponse format is a lista of objects with each object having a location_id (CEBES014T1) and a description Signed-off-by:
João Victor Risso <joaovictor.risso@gmail.com>
-
- Nov 28, 2016
-
-
Vytor Calixto authored
-
- Nov 21, 2016
-
-
João Victor Tozatti Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
-
- Nov 09, 2016
-
-
João Victor Risso authored
Signed-off-by:
João Victor Risso <joaovictor.risso@gmail.com>
-
João Victor Risso authored
Signed-off-by:
João Victor Risso <joaovictor.risso@gmail.com>
-
João Victor Risso authored
Signed-off-by:
João Victor Risso <joaovictor.risso@gmail.com>
-
- Nov 08, 2016
-
-
João Victor Tozatti Risso authored
- Add /location/educational/school_level route to query enrollments per school level; - Add basic test case for the route. For now, it only checks if the format of the response is the expected one. Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
-
- Nov 07, 2016
-
-
João Victor Tozatti Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
-
João Victor Tozatti Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
-
- Nov 04, 2016
-
-
João Victor Tozatti Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
-
- Nov 01, 2016
-
-
Lucas Gabriel Lima authored
-
João Victor Tozatti Risso authored
Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
-
- Oct 31, 2016
-
-
João Victor Tozatti Risso authored
* Move concurrent query execution into dbExecAll function * Add custom response formatting through route labels. For each query in the set, there is an associated label, which will then be used to identify the corresponding result in the response JSON object. For example: - labels = [ "a", "b" ] - querySet = [ squel.select().from('y'), squel.select().from('x') ] - response = { "result" : { "a" : { // result for query a }, "b" : { //result for query b } } Signed-off-by:
João Victor Tozatti Risso <jvtr12@inf.ufpr.br>
-
- Oct 28, 2016
-
-
João Victor Risso authored
Signed-off-by:
João Victor Risso <joaovictor.risso@gmail.com>
-