Commit Graph

  • b2774f7783 [FE][Classroom] Fixex #10 Fix the system generating invalid usernames Araozu 2023-10-11 14:46:33 -0500
  • 5f1a46747a [Classroom][BE] Fixes #8 Fix error setting expiration date Araozu 2023-10-09 09:32:02 -0500
  • c78dbf479f [FE] Fixes #7 - Set tab title to the current person name Araozu 2023-10-07 11:14:05 -0500
  • 34b6aab6b7 [Classroom] Show & update user's account expiration date Araozu 2023-10-07 11:04:20 -0500
  • d30a75697b [Classroom][FE] Fixes #5 Don't show duplicate entries Araozu 2023-10-06 10:53:54 -0500
  • b72026a93f Fixes #4 [Classroom] Fix error when a person has only 1 name Araozu 2023-10-06 10:32:04 -0500
  • 595e2debea Bug fixes Araozu 2023-10-05 14:08:11 -0500
  • 47f20b8920 Log login html response Araozu 2023-10-05 12:50:29 -0500
  • 16bd38e6a7 [BE] Fix encoding of classroom credentials Araozu 2023-10-05 12:34:45 -0500
  • 8dbb0cd940 [BE] Log http request responses made to the online classroom Araozu 2023-10-05 12:31:02 -0500
  • 6906e5f788 [Classroom][FE] Fix bug, copy button not copying Araozu 2023-10-05 11:29:39 -0500
  • 2dc1b6ba59 [Classroom][BE] Include classroom_username in the person entity. Araozu 2023-10-05 11:25:23 -0500
  • d49cda6e4e [Classroom][FE] Update UI to include pre-written messages Araozu 2023-10-05 11:24:55 -0500
  • 7a731ddea1 [Classroom][FE] Improve UI for courses list, messages Araozu 2023-10-04 21:11:00 -0500
  • 968b69dfa6 [Classroom] Update UI when a classroom user is created Araozu 2023-10-04 17:49:37 -0500
  • 746775b563 [Classroom][FE] Fix UI error Araozu 2023-10-04 17:19:28 -0500
  • f57c200163 [Classroom][FE] Request to enrollment to backend. Improve UI Araozu 2023-10-04 17:15:37 -0500
  • 2f924d875c [Classroom][BE] Code for course enrollment Araozu 2023-10-04 16:54:25 -0500
  • b162b14eb3 [Classroom][FE] UI for classroom enrolling Araozu 2023-10-04 16:53:54 -0500
  • 60e461f3c0 [Classroom] Get course list for an user Araozu 2023-10-04 11:29:03 -0500
  • b5c6f9caca [FE] Fix error display for person search Araozu 2023-10-04 07:29:36 -0500
  • 9ba5a71928 [BE] Create online classroom user Araozu 2023-10-04 07:06:58 -0500
  • adae0bd028 Work on online classroom user creation Araozu 2023-10-03 17:55:58 -0500
  • 816e26b790 Link classroom user id to a person Araozu 2023-10-03 11:43:30 -0500
  • b7684e193b [BE] Restore working state Araozu 2023-10-03 10:07:38 -0500
  • 9007994fc1 [Broken][BE] Attempt to refactor register creation Araozu 2023-10-02 22:17:51 -0500
  • 659f2483fb Fix pnpm lock Araozu 2023-10-02 21:39:13 -0500
  • adee604b6c [FE] Add spinner to register creation Araozu 2023-10-02 21:33:29 -0500
  • 367bf1e62a [FE] Refactor register list: spinner & error msg Araozu 2023-10-02 21:19:46 -0500
  • 2fb6ddc5f6 [FE] Add spinner to person search Araozu 2023-10-02 21:00:35 -0500
  • 943875bd0d Add axios. Refactor search person Araozu 2023-10-02 20:47:03 -0500
  • 3d60f11f43 [BE] Replace once_cell with RwLock. Fix classroom empty users error Araozu 2023-10-02 11:24:19 -0500
  • 525c72a9f6 [FE] Improve UI for classroom Araozu 2023-10-02 11:22:12 -0500
  • 4d70e7c428 [BE] Correctly get & store online classroom cookie Araozu 2023-09-30 12:22:55 -0500
  • 495c60c323 [BE] Broken scrappin with reqwest Araozu 2023-09-30 11:16:20 -0500
  • 8c1883d5dd [BE] Parse HTML and get users from online classroom Araozu 2023-09-29 17:12:58 -0500
  • 29b52a8bc0 Remove prod ENV file Araozu 2023-09-27 11:15:26 -0500
  • 6270bafb62 [BE] Alter person table Araozu 2023-09-27 10:57:51 -0500
  • 02e903469d jenkins Araozu 2023-09-26 17:39:56 -0500
  • 5341628c0c jenkinsfile Araozu 2023-09-26 17:22:20 -0500
  • abd9f789d3 [FE] UI for online classroom user Araozu 2023-09-26 16:13:30 -0500
  • 62e7b1a29c [BE] Get html from arbitrary URL Araozu 2023-09-25 17:26:00 -0500
  • 2df8aa383c [FE] Improve button created on previous commit Araozu 2023-09-23 12:37:06 -0500
  • a39059d74d [FE][Certs] Button for downloading all certs of the current date Araozu 2023-09-23 12:16:18 -0500
  • 81be2fd79f Small UI changes Araozu 2023-09-23 11:30:59 -0500
  • 72843ff99a Small refactor Araozu 2023-09-23 11:03:29 -0500
  • b55e05eeb4 [BE][Class] Get session cookie and store it for ~20m Araozu 2023-09-23 10:56:21 -0500
  • 5992908ce6 [BE] Get session cookie from online classroom Araozu 2023-09-22 12:03:25 -0500
  • 73205c5622 [FE] Add UI colors Araozu 2023-09-21 17:07:18 -0500
  • 9768daed44 [FE][Certs] Highlight registers created today Araozu 2023-09-21 16:06:31 -0500
  • a0bf96a4c1 [FE][Certs] Generate preview certs with code 0000 Araozu 2023-09-20 12:35:15 -0500
  • e8e5835236 Support registering & displaying preview certs Araozu 2023-09-20 12:26:40 -0500
  • 6bd0acc03e [FE] Fix error in register sidebar that shows only 'Matpel 2' regardless og the course Araozu 2023-09-20 11:34:03 -0500
  • 999266b99e Fixes #2 [FE] Fix cert generation with <empty> label generating a literal <empty> in the docx Araozu 2023-09-20 11:31:09 -0500
  • 2d18349d5b Fixes #3 [FE][Certs] Force users to select a denomination if available Araozu 2023-09-20 11:20:04 -0500
  • 5c9acd9246 [Docx] Monkey patch Primeros auxilios (2) Araozu 2023-09-15 17:04:30 -0500
  • a0f4cf8f3e [Docx] Monkey patch Primeros auxilios Araozu 2023-09-15 17:01:26 -0500
  • f8e2391e39 [Docx] Generate "Lucha contra Incendios" Araozu 2023-09-15 16:54:01 -0500
  • 6a535e6497 [Docx] Generate "Primeros Auxilios" Araozu 2023-09-15 16:28:51 -0500
  • ab7b3f27b6 Fixes #1 Araozu 2023-09-07 17:18:21 -0500
  • c9a57406b4 [FE][Certs] Auto generate certs for Volquete Araozu 2023-09-04 15:10:29 -0500
  • efb9c3e4b9 [FE][Certs] Auto generate certs for Cargador Frontal Araozu 2023-09-04 14:52:40 -0500
  • d29619c31e [FE][Certs] Auto generate certs for Cargador Frontal Araozu 2023-09-04 14:40:47 -0500
  • 4c5493eb57 [FE][Certs] Generate cert for Excavadora Hidraulica Araozu 2023-09-04 12:32:48 -0500
  • a2f0e23da3 [FE] Show custom label on register confirmation. Fix bug. Araozu 2023-09-02 20:19:57 -0500
  • cec6c0452f [FE] Display custom labels in register list Araozu 2023-09-02 20:11:34 -0500
  • 9e38942a2e [FE] Send custom_label to backend Araozu 2023-09-02 19:42:57 -0500
  • 77bd3ba00f [BE] Get & create custom_labels Araozu 2023-09-02 19:42:43 -0500
  • c6b77b446d [FE] Include custom labels in registration Araozu 2023-09-02 18:49:13 -0500
  • b24f969cec [FE] Fetch custom labels from BE. Araozu 2023-09-01 22:50:24 -0500
  • 1cb2885454 Alter DB schema to include register custom labels Araozu 2023-09-01 21:14:16 -0500
  • a808c8d0a9 [BE] Delete register Araozu 2023-09-01 13:01:00 -0500
  • 28816fdba1 [FE][Certs] Minimal delete register Araozu 2023-09-01 13:00:39 -0500
  • 4998a22fc0 [FE][Certs] Hide registers older than CURRENT_YEAR - 1 Araozu 2023-08-31 15:30:44 -0500
  • 85887f2460 [FE][Certs] Implement register presets Araozu 2023-08-31 12:11:48 -0500
  • 45e56b4b79 [FE] Add images for cert generation Araozu 2023-08-31 10:39:03 -0500
  • 42bb837233 [Certs] Create person in FE & BE Araozu 2023-08-30 22:34:27 -0500
  • a10d06dbd8 Add frontend/.env.production Araozu 2023-08-30 19:32:05 -0500
  • d5486e7925 Update Jenkinsfile.groovy Araozu 2023-08-30 18:48:34 -0500
  • fce57d1c17 Update Jenkinsfile.groovy Araozu 2023-08-30 18:48:19 -0500
  • afa84d21e7 Update Jenkinsfile.groovy Araozu 2023-08-30 18:43:43 -0500
  • 29b292067b Update Jenkinsfile.groovy Araozu 2023-08-30 18:42:45 -0500
  • e6a1728618 Update Jenkinsfile.groovy Araozu 2023-08-30 18:42:03 -0500
  • 3e579db963 Update Jenkinsfile.groovy Araozu 2023-08-30 18:40:09 -0500
  • 1693df0195 Jenkinsfile Araozu 2023-08-30 18:28:11 -0500
  • b458eeedd2 [FE][Certs] Refresh register list on add Araozu 2023-08-30 16:02:32 -0500
  • 3734c49084 [BE] Fix bug in register fetch Araozu 2023-08-30 15:56:24 -0500
  • a0e15e5bfd [BE][Certs] Create new register Araozu 2023-08-30 08:55:05 -0500
  • ca2d725876 [BE][Certs] Get courses from DB Araozu 2023-08-30 07:31:42 -0500
  • 6dc381c0ab [BE] SQL for courses Araozu 2023-08-29 17:49:02 -0500
  • 926bcdda9c [BE][Certs] Connect to DB. Get person from DB or fake SUNAT API Araozu 2023-08-29 16:04:47 -0500
  • c32e2ccb4a [FE][Certs] Integrate cert generator Araozu 2023-08-29 11:44:07 -0500
  • 3c2d2c77c5 [FE] Integrate cert generator Araozu 2023-08-29 11:14:33 -0500
  • 58c7d069f9 [FE][Certs] Get registers from BE Araozu 2023-08-29 10:18:23 -0500
  • 81157d53de [Certs] FE & BE Mock for registers Araozu 2023-08-28 17:28:58 -0500
  • fadbfbc7be [FE][Certs] Style changes Araozu 2023-08-25 21:39:33 -0500
  • 5dc64e217e [FE][Certs] UI for certificate presets Araozu 2023-08-25 17:54:30 -0500
  • a4f46c75cf [BE] Model and minimal controllers for Person & Course Araozu 2023-08-25 17:31:46 -0500
  • a2ad5fde38 [BE] Rocket basic structure & CORS Araozu 2023-08-25 11:52:03 -0500
  • acb29940fc [FE][Certs] Improve UI elements Araozu 2023-08-25 10:34:33 -0500