Commit Graph

26 Commits

Author SHA1 Message Date
Gregory Ballantine
5919226dec Added javascript code to add a result in the background without refreshing the page 2024-06-03 13:40:26 -04:00
Gregory Ballantine
4a4f694831 Added API handler for getting a benchmark's tests 2024-06-03 12:39:33 -04:00
Gregory Ballantine
10df46be3b Added API handler for getting a benchmark's info 2024-06-03 12:37:44 -04:00
Gregory Ballantine
b9b881ec0c Added API handler for getting a benchmark's info 2024-06-03 12:37:13 -04:00
Gregory Ballantine
a4aaae0cd4 Fixed name of ReportController 2024-06-03 12:26:18 -04:00
Gregory Ballantine
27c9267261 Added report generation page 2024-06-03 12:25:29 -04:00
Gregory Ballantine
de01e4b144 Fixed typo in Test model 2024-06-03 11:42:05 -04:00
Gregory Ballantine
e0c6e3ef68 Fixed division by zero error 2024-06-03 11:41:30 -04:00
Gregory Ballantine
acbbbeb74f Added test result averages 2024-06-03 11:37:01 -04:00
Gregory Ballantine
af9d788fe0 Added test result averages 2024-06-03 11:36:47 -04:00
Gregory Ballantine
0510c80c34 Reworked test view page 2024-06-03 11:28:24 -04:00
Gregory Ballantine
e3285bbaeb Fixed typos in the result add route 2024-06-03 10:53:50 -04:00
Gregory Ballantine
ca940932a7 Removed references to old result routes; fixed typos in some models 2024-06-03 10:45:33 -04:00
Gregory Ballantine
05b1374d1d Reworked how test results get submitted 2024-06-03 10:36:18 -04:00
Gregory Ballantine
de8e523c2c Fixed some things with the test add functions 2024-06-03 09:43:33 -04:00
Gregory Ballantine
f27490e192 Modified some views, routes and models to work with the new many-to-many for tests and benchmarks 2024-06-03 08:32:37 -04:00
33c9bf5cb5 Updated test views and routes for the new test attributes 2024-04-06 12:08:23 -04:00
987ecde7c7 Re-worked test views and routes for new DB schema 2023-10-07 21:45:21 -06:00
3349d42985 Added routes and views for adding and listing benchmarks and components 2023-10-07 11:45:11 -06:00
0dd7098681 Started work to re-work database; add new models for benchmarks and components 2023-09-22 23:03:24 -06:00
950b12ee10 Ordered result and test searches by last updated date 2022-11-25 21:30:56 -05:00
005b31dbd7 Changed where the result.add route redirects to; added some more links around the site for easier navigation 2022-11-25 19:46:31 -05:00
ca62be49b6 Added Test class to track benchmark groups 2022-11-25 19:39:51 -05:00
9a65b5f27a Added eloquent and phinx to project to handle database interactions and migrations; added Result model for storing benchmark results 2022-11-25 16:48:54 -05:00
323152a8f5 Added Grunt for compiling CSS/JS; added start of Result controller 2022-11-25 16:30:22 -05:00
ade48ccb2f Initial PHP Slim project structure 2022-11-25 15:46:18 -05:00