Tiago Ribeiro
|
d879f4afab
|
Made it so the timer is more dynamic
|
2023-07-27 20:25:57 +01:00 |
|
Tiago Ribeiro
|
77692d270e
|
Made it so when the timer ends, the module ends
|
2023-07-27 13:59:00 +01:00 |
|
Tiago Ribeiro
|
f5c3abb310
|
Fully implemented the register flow
|
2023-07-25 19:53:48 +01:00 |
|
Tiago Ribeiro
|
02260d496c
|
Solved some more bugs and styling
|
2023-07-25 00:09:25 +01:00 |
|
Tiago Ribeiro
|
581adbb56e
|
- Updated the colors of the application;
- Added the ability for a user to partially update their profile
|
2023-07-22 10:11:10 +01:00 |
|
Tiago Ribeiro
|
6ade34d243
|
Updated the platform colors to the new ones
|
2023-07-22 07:18:28 +01:00 |
|
Tiago Ribeiro
|
ea41875e36
|
Updated the Formidable to work with serverless (supposedly)
|
2023-07-21 13:37:41 +01:00 |
|
Tiago Ribeiro
|
eae0a4ae4e
|
Updated the clock of the Speaking timer
|
2023-07-21 12:41:44 +01:00 |
|
Tiago Ribeiro
|
121ac8ba4d
|
Finallyyyyyy finished the whole Speaking flow along with the solution page
|
2023-07-14 14:15:07 +01:00 |
|
Tiago Ribeiro
|
2c10a203a5
|
Finalized the Speaking module exercise
|
2023-07-14 12:08:25 +01:00 |
|
Tiago Ribeiro
|
6a2fab4f88
|
Commented a bit of code that is not yet ready
|
2023-07-11 00:30:05 +01:00 |
|
Tiago Ribeiro
|
9637cb6477
|
Made it so the Speaking is sent to the backend and saved to Firebase
|
2023-07-11 00:29:32 +01:00 |
|
Tiago Ribeiro
|
ce90de1b74
|
Updated the code so the user levels update depending on their performance
|
2023-07-04 21:03:36 +01:00 |
|
Tiago Ribeiro
|
49e24865a3
|
Created a profile editing page
|
2023-07-04 13:21:36 +01:00 |
|
Tiago Ribeiro
|
3fac92b54d
|
Added the exercises page which will work as the current exam page, while the exam page will mandatorily be the full exam
|
2023-06-29 00:18:39 +01:00 |
|
Tiago Ribeiro
|
139f527fdd
|
Added the ability to filter by month, week and day on the record
|
2023-06-29 00:08:48 +01:00 |
|
Tiago Ribeiro
|
60b23ce1b5
|
Removed unused console.log calls
|
2023-06-23 14:15:57 +01:00 |
|
Tiago Ribeiro
|
d3a37eed3e
|
Redesigned the Record page along with solving some bugs on the FillBlanks
|
2023-06-23 14:14:12 +01:00 |
|
Tiago Ribeiro
|
447cecbf3f
|
Removed an unneeded console.log
|
2023-06-23 10:29:10 +01:00 |
|
Tiago Ribeiro
|
b2cc706a5e
|
Updated the Writing exercise to have the evaluation in the user solutions instead of the exercise itself
|
2023-06-23 10:28:33 +01:00 |
|
Tiago Ribeiro
|
fe4a97ec85
|
Implemented the Writing exercise's solution display
|
2023-06-22 16:59:13 +01:00 |
|
Tiago Ribeiro
|
808ec6315b
|
Updated the Finish screen along with other tweaks
|
2023-06-21 14:54:22 +01:00 |
|
Tiago Ribeiro
|
dd357d991c
|
Started updating the stats page
|
2023-06-20 09:32:33 +01:00 |
|
Tiago Ribeiro
|
bc7eaea911
|
Implemented the speaking exercise;
Cleaned up a bit of the code;
|
2023-06-15 15:39:40 +01:00 |
|
Tiago Ribeiro
|
2d46bad40f
|
Implemented the Reading and Listening initial screens according to the new designs, creating new components as needed
|
2023-06-15 14:43:29 +01:00 |
|
Tiago Ribeiro
|
65ebdd7dde
|
Extracted the Input into its own component
|
2023-06-15 10:10:33 +01:00 |
|
Tiago Ribeiro
|
60217e9a66
|
- Updated the icons;
- Extracted the Layout into its own component;
|
2023-06-15 09:12:13 +01:00 |
|
Tiago Ribeiro
|
ec3157870e
|
Updated the selection page
|
2023-06-14 22:22:18 +01:00 |
|
Tiago Ribeiro
|
9cf4bf7184
|
Improved the appearance of the Waveform
|
2023-06-14 17:18:22 +01:00 |
|
Tiago Ribeiro
|
f5fc85e1a7
|
Created a waveform component to display the recording's waveform
|
2023-06-14 16:22:48 +01:00 |
|
Tiago Ribeiro
|
31f2eb510e
|
Created a simple test page where I'll implement the recorder for the speaking module
|
2023-06-14 14:37:12 +01:00 |
|
Tiago Ribeiro
|
31e2e56833
|
Updated the yarn version and recorder
|
2023-06-14 13:28:28 +01:00 |
|
Tiago Ribeiro
|
b41ee8e2ad
|
Updated part of the Selection screen to the new design
|
2023-06-13 15:43:26 +01:00 |
|
Tiago Ribeiro
|
e055b84688
|
Moved the exam page to the root pages
|
2023-06-13 15:25:45 +01:00 |
|
Tiago Ribeiro
|
1e286bb65b
|
Added the ability for the user to show the password they're typing
|
2023-06-13 15:24:27 +01:00 |
|
Tiago Ribeiro
|
abe986313f
|
Updated the <a> to <Link>
|
2023-06-12 15:58:17 +01:00 |
|
Tiago Ribeiro
|
088b77a66b
|
Created a placeholder of the register page
|
2023-06-12 15:47:42 +01:00 |
|
Tiago Ribeiro
|
72fc98fccd
|
Completed the Login page and updated the overall colors and font
|
2023-06-12 15:21:30 +01:00 |
|
Tiago Ribeiro
|
9ce45dfc30
|
Recreated most of the login screen with the new designs
|
2023-06-12 14:57:30 +01:00 |
|
Tiago Ribeiro
|
e864e16064
|
Updated the code to use the new desired levels
|
2023-06-12 14:05:48 +01:00 |
|
Tiago Ribeiro
|
6fe8a678ea
|
Completed more of the home page of the new designs
|
2023-06-12 09:31:20 +01:00 |
|
Tiago Ribeiro
|
b2232df0c7
|
Created part of the homepage of the new Figma designs
|
2023-06-11 17:58:06 +01:00 |
|
Tiago Ribeiro
|
1e8e95da34
|
Continued implementing the new design;
Added an average level calculator;
|
2023-05-31 14:01:12 +01:00 |
|
Tiago Ribeiro
|
4d37bf536a
|
Merge branch 'main' into task/design/dashboard-redesign
|
2023-05-29 11:57:37 +01:00 |
|
Tiago Ribeiro
|
79a532b5ff
|
- Implemented an image attachment to the Writing exercise;
- Made it so the exams are now sorted when going through the history;
- Corrected some little mistakes;
|
2023-05-28 10:00:06 +01:00 |
|
Tiago Ribeiro
|
7f72349f76
|
Prevented the exam to reload
|
2023-05-27 20:20:16 +01:00 |
|
Tiago Ribeiro
|
b5dabe336a
|
Implemented the whole flow for when a user intends to input their own levels
|
2023-05-27 16:15:23 +01:00 |
|
Tiago Ribeiro
|
23b3703b67
|
- Created a Diagnostics component;
- Corrected the history code;
|
2023-05-27 15:45:03 +01:00 |
|
Tiago Ribeiro
|
d0704e573b
|
Removed unused Navbar calls
|
2023-05-27 11:17:43 +01:00 |
|
Tiago Ribeiro
|
31dc29b812
|
Removed the Navbar calls
|
2023-05-26 20:26:11 +01:00 |
|