Tiago Ribeiro
31e09c94c7
Added an explanation for the Excel file format requested
2024-01-14 23:29:22 +00:00
Tiago Ribeiro
404e5a8a0c
Added a * to required fields
2024-01-14 23:20:12 +00:00
Tiago Ribeiro
b7a3778f01
Solved another bug with the TrueFalse
2024-01-14 23:18:51 +00:00
Tiago Ribeiro
24ec336dca
Updated the Record to start with the overall screen
2024-01-14 23:13:12 +00:00
Tiago Ribeiro
e324b37942
Prepared for partial exams
2024-01-14 22:36:39 +00:00
Tiago Ribeiro
08aec9b54c
Solved some bugs with reading the Excel file
2024-01-14 22:18:15 +00:00
Tiago Ribeiro
10a480aa81
Updated the Code generators select to depend on the type of user
2024-01-14 22:08:17 +00:00
Tiago Ribeiro
99758d860d
BatchCodeGenerator.tsx edited online with Bitbucket
2024-01-13 18:54:21 +00:00
Joao Ramos
72b9e1f11d
Added payment done and pending visible to Admin and Developers without filters
2024-01-12 19:55:46 +00:00
Tiago Ribeiro
ad1dbaef27
Formatted the code to accept .xlsx
2024-01-12 13:49:27 +00:00
Tiago Ribeiro
6cdee9b268
Merge branch 'develop' into feature/62/upload-users-with-excel
2024-01-12 13:42:25 +00:00
Joao Ramos
27a4014f63
Added payment done and pending
2024-01-12 01:38:34 +00:00
Tiago Ribeiro
b2690f748b
Merge branch 'develop' into feature/62/upload-users-with-excel
2024-01-11 21:55:57 +00:00
Tiago Ribeiro
84c42ccf3e
Adapted the BatchCodeGenerator to use an Excel file
2024-01-11 21:35:26 +00:00
Tiago Ribeiro
c9ed3b5a72
Merge branch 'develop' into feature/62/upload-users-with-excel
2024-01-11 14:39:40 +00:00
Tiago Ribeiro
3dfd65e161
Merged develop into bug-fixing-10-Jan-24
2024-01-11 14:31:56 +00:00
Joao Ramos
c781c10fe9
Prevented an error that should only happen if the user had the type changed directly on the DB for testing purposes
2024-01-11 14:18:57 +00:00
Joao Ramos
a91539ec61
Download CSV is now also allowed for Agent and Corporates
2024-01-11 14:18:04 +00:00
Tiago Ribeiro
f79857fabe
Started trying out reading Excel files
2024-01-11 13:55:37 +00:00
João Ramos
14d8c1e294
Merged in feature-report-export (pull request #16 )
...
Feature report export
Approved-by: Tiago Ribeiro
2024-01-11 12:50:35 +00:00
Tiago Ribeiro
fd1af3efee
Updated a bit of the conditions to show the Demographic input
2024-01-11 11:10:08 +00:00
Tiago Ribeiro
0c9f0b3dbd
Added a National ID/Passport field to the demographic information of a student
2024-01-11 11:05:14 +00:00
Joao Ramos
93d5015c99
Exported Route for CORS usage
2024-01-11 00:06:09 +00:00
Joao Ramos
b00bf19620
Merge branch 'develop' into feature-report-export
2024-01-09 23:33:57 +00:00
Joao Ramos
744aa1e788
Added missing % on percentage
...
Removed unnecessary prop
2024-01-09 23:16:39 +00:00
Joao Ramos
cc0f9712d6
Added download option for assignment cards
...
Export PDF Download to hook
Prevented some NaN's
2024-01-09 23:15:13 +00:00
Joao Ramos
418221427a
Added pdf download to record page
...
Reenabled reuse of PDF
2024-01-09 22:42:42 +00:00
Joao Ramos
6c741f944d
Minor improvements on labels
2024-01-09 21:32:07 +00:00
Joao Ramos
1aadc4647c
Final improvements for Groups PDF's
2024-01-09 20:17:21 +00:00
Joao Ramos
4e378f0c71
Added level to table
2024-01-09 18:47:32 +00:00
Joao Ramos
f8bf58e57c
Removed ID and improved unknown user handling
2024-01-09 18:25:00 +00:00
Tiago Ribeiro
271364a939
Updated the payment records screen for the corporate to make sure they can't see agent related stuff
2024-01-09 17:26:37 +00:00
Tiago Ribeiro
f8f8ee5e13
Hid the country manager from the corporate on the payment records
2024-01-09 14:00:01 +00:00
Tiago Ribeiro
7b0f8c1c20
- It is no longer possible to upload/edit/delete a transfer after it is considered paid
...
- When deleting a row, the transfers are also deleted from the storage
2024-01-09 12:12:20 +00:00
Tiago Ribeiro
db2f5f2c0b
Removed an unused console.log
2024-01-09 11:32:46 +00:00
Tiago Ribeiro
0ed843125a
Made it so the isPaid property is controlled with the file uploads/deletes
2024-01-09 11:32:17 +00:00
Joao Ramos
bdf65a7215
Added initial group report pdf
2024-01-09 02:22:54 +00:00
Joao Ramos
2540398ab0
Renamed to setup for group testing
2024-01-08 22:19:48 +00:00
Joao Ramos
cd8860f6ac
PDF Report titles are now dynamic
2024-01-08 22:15:54 +00:00
Tiago Ribeiro
c6b15eaca1
Solved a small bug
2024-01-08 20:57:03 +00:00
Joao Ramos
647807a07c
Separated suggestion from evaluation
2024-01-08 19:27:05 +00:00
Joao Ramos
63998b50d6
Added more comment
2024-01-08 19:04:44 +00:00
Joao Ramos
0f029a21f7
Added todo notification
2024-01-08 19:00:23 +00:00
Joao Ramos
7328f5c57f
Temporarily disabled hasPDF validation
2024-01-08 18:59:51 +00:00
Joao Ramos
12d608879d
Added some code comments
2024-01-08 18:58:54 +00:00
Tiago Ribeiro
9ceb71ae2f
Refactored evaluation process for improved efficiency:
...
- Initial response set to null; Frontend now generates a list of anticipated stats;
- Background evaluation dynamically updates DB upon completion;
- Frontend actively monitors and finalizes upon stat evaluation completion.
2024-01-08 17:02:46 +00:00
Joao Ramos
e6c82412bf
Added integration with backend to fetch skills feedback
2024-01-08 01:01:17 +00:00
Joao Ramos
5e8e46ff09
Added PNGs with partial radial progress
2024-01-07 23:51:05 +00:00
Tiago Ribeiro
957400cb82
Payment Record: Created Filters for Corporate and Country Manager that has submitted file in payment records
2024-01-07 15:22:46 +00:00
Tiago Ribeiro
e687a2b3e5
Payment Record: Prevent the tick without all files submitted
2024-01-07 15:06:59 +00:00