Commit Graph

35 Commits (ad7d224207ee5c86eaf802f13209818799458849)

Author SHA1 Message Date
Araozu ad7d224207 [BE] Use single connections instead of a Pool 2023-12-13 09:23:39 -05:00
Araozu 64007d39bd [BE] Remove panics from DB code 2023-12-06 11:39:31 -05:00
Araozu 4db7c19409 [BE] Fixes #21: Attempt to connect to DB on each query, if no connection is present 2023-12-06 09:50:42 -05:00
Araozu ee74e628ec [BE] Add comments 2023-11-21 17:04:13 -05:00
Araozu f86131d3a5 [BE] Use imagemagick instead of printpdf 2023-11-17 15:16:37 -05:00
Araozu 811f60fa0e [BE][Scans] Fix UI error with certs with only DNI. Add unix timestamp to the names of the PDF generated 2023-11-16 12:24:57 -05:00
Araozu 605ee27b4f [BE] Detect QR, parse params & get data from DB 2023-11-16 10:35:38 -05:00
Araozu fe3541ac4c [BE] Add logging. Log /person/<dni> 2023-10-25 12:46:32 -05:00
Araozu 02e3521eb8 Fixes #13 Fix param parsing, change '1ros aux' cert length from 4 to 12 hours 2023-10-18 10:58:29 -05:00
Araozu d474b8bb55 Fix error in SQL where a string was expected bit a number was provided
The SQL had to have quotes '', but it didn't.
This caused some DNIs that started with 0 (`09950031`) to be casted into `9950031`
2023-10-17 10:59:03 -05:00
Araozu 2dc1b6ba59 [Classroom][BE] Include classroom_username in the person entity. 2023-10-05 11:25:23 -05:00
Araozu 968b69dfa6 [Classroom] Update UI when a classroom user is created 2023-10-04 17:49:37 -05:00
Araozu 2f924d875c [Classroom][BE] Code for course enrollment 2023-10-04 16:54:25 -05:00
Araozu 60e461f3c0 [Classroom] Get course list for an user 2023-10-04 11:29:03 -05:00
Araozu b5c6f9caca [FE] Fix error display for person search 2023-10-04 07:29:36 -05:00
Araozu adae0bd028 Work on online classroom user creation 2023-10-03 17:55:58 -05:00
Araozu 816e26b790 Link classroom user id to a person 2023-10-03 11:43:30 -05:00
Araozu b7684e193b [BE] Restore working state 2023-10-03 10:07:38 -05:00
Araozu 9007994fc1 [Broken][BE] Attempt to refactor register creation 2023-10-02 22:17:51 -05:00
Araozu 8c1883d5dd [BE] Parse HTML and get users from online classroom 2023-09-29 17:12:58 -05:00
Araozu 6270bafb62 [BE] Alter person table 2023-09-27 10:57:51 -05:00
Araozu e8e5835236 Support registering & displaying preview certs 2023-09-20 12:26:40 -05:00
Araozu ab7b3f27b6 Fixes #1 2023-09-07 17:18:21 -05:00
Araozu 77bd3ba00f [BE] Get & create custom_labels 2023-09-02 19:42:43 -05:00
Araozu 1cb2885454 Alter DB schema to include register custom labels 2023-09-01 21:14:16 -05:00
Araozu a808c8d0a9 [BE] Delete register 2023-09-01 13:01:00 -05:00
Araozu 42bb837233 [Certs] Create person in FE & BE 2023-08-30 22:34:27 -05:00
Araozu 1693df0195 Jenkinsfile 2023-08-30 18:28:11 -05:00
Araozu 3734c49084 [BE] Fix bug in register fetch 2023-08-30 15:56:24 -05:00
Araozu a0e15e5bfd [BE][Certs] Create new register 2023-08-30 08:55:05 -05:00
Araozu ca2d725876 [BE][Certs] Get courses from DB 2023-08-30 07:31:42 -05:00
Araozu 926bcdda9c [BE][Certs] Connect to DB. Get person from DB or fake SUNAT API 2023-08-29 16:04:47 -05:00
Araozu 81157d53de [Certs] FE & BE Mock for registers 2023-08-28 17:28:58 -05:00
Araozu a4f46c75cf [BE] Model and minimal controllers for Person & Course 2023-08-25 17:31:46 -05:00
Araozu a2ad5fde38 [BE] Rocket basic structure & CORS 2023-08-25 11:52:03 -05:00