Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub cohorts #1689

Open
wants to merge 69 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
eb64176
small code refactor
gustavomm19 Oct 22, 2024
5c8231b
fix conflict
gustavomm19 Nov 5, 2024
a39640f
Merge branch 'development' of https://github.com/gustavomm19/app into…
gustavomm19 Nov 6, 2024
d5916cc
Merge branch 'guided-experience' of https://github.com/gustavomm19/ap…
gustavomm19 Nov 6, 2024
1e3cec8
doing dashboard top bar
gustavomm19 Nov 7, 2024
085f5e2
Merge branch 'development' of https://github.com/gustavomm19/app into…
gustavomm19 Nov 8, 2024
e1ec18f
redesigning cohort dashboard
gustavomm19 Nov 8, 2024
adf6f29
restore non saas cohorts to the previous state
gustavomm19 Nov 13, 2024
6a3c34a
restore previous code
gustavomm19 Nov 13, 2024
d80c8f7
refactor showing saas and non saas dashboard
gustavomm19 Nov 14, 2024
b568104
add modules pill
gustavomm19 Nov 15, 2024
b7e0b3b
doing new cohort dashboard
gustavomm19 Nov 21, 2024
20f45b3
fetch and serialize the tasks and syllabus per micro cohorts
gustavomm19 Nov 21, 2024
bf950fa
add functionality to start the course
gustavomm19 Nov 22, 2024
045e166
doing redirection to cohort module
gustavomm19 Nov 22, 2024
e15b4eb
redirect user from cohort dashboard to guided experience in cohorts w…
gustavomm19 Nov 25, 2024
bcd8fdc
remove cohortSession programSlug from the dashboard nav button
gustavomm19 Nov 25, 2024
78e7bf1
fix bug with main cohorts in the guided experiencie
gustavomm19 Nov 25, 2024
ef25283
applying design for graduated micro cohorts
gustavomm19 Nov 25, 2024
a0fbba6
display options to view and share certificate
gustavomm19 Nov 26, 2024
89c3055
fix bug with show content button
gustavomm19 Nov 26, 2024
1cf4921
add rigobot button
gustavomm19 Dec 2, 2024
ae8665e
fix conflict
gustavomm19 Dec 2, 2024
acc7223
make new guided experience responsive
gustavomm19 Dec 2, 2024
b8e3504
add dark mode to sub cohorts
gustavomm19 Dec 2, 2024
156e935
fix details
gustavomm19 Dec 2, 2024
e3893ee
add rigo chat message
gustavomm19 Dec 3, 2024
4c960d8
Merge branch 'development' of https://github.com/gustavomm19/app into…
gustavomm19 Dec 3, 2024
58017aa
fix loaders in guided experience
gustavomm19 Dec 3, 2024
56245b1
remove console log
gustavomm19 Dec 3, 2024
cd5280f
change state attribute name
gustavomm19 Dec 3, 2024
297dfef
remove hardcoded mini cohorts association
gustavomm19 Dec 3, 2024
9efb6a7
filtering minicro cohorts
gustavomm19 Dec 3, 2024
fe5dbea
filter sub cohorts on choose program
gustavomm19 Dec 4, 2024
0e838b9
use certificate icon on goal progress bar
gustavomm19 Dec 4, 2024
a8caffb
add confetti animation to cohorts with certificate
gustavomm19 Dec 4, 2024
8045c6b
Merge branch 'development' of https://github.com/gustavomm19/app into…
gustavomm19 Dec 4, 2024
bacb453
make confetti pop out of party poper icon
gustavomm19 Dec 4, 2024
fe0c252
fix
gustavomm19 Dec 4, 2024
ec17053
add delay to party popper
gustavomm19 Dec 4, 2024
29885c3
fix conflict
gustavomm19 Dec 16, 2024
eb03219
fix bug
gustavomm19 Dec 16, 2024
2cae8fa
add hours worked
gustavomm19 Dec 16, 2024
c1d65b1
change function name
gustavomm19 Dec 16, 2024
60a97a9
fix naming convention with cohort modules and content
gustavomm19 Dec 16, 2024
523044a
disable dashboard button taking to the cohort dashboard
gustavomm19 Dec 17, 2024
804a55d
add students modal
gustavomm19 Dec 17, 2024
0fb4f70
add modal to see students in the cohort
gustavomm19 Dec 18, 2024
f42bb3c
add message when no student
gustavomm19 Dec 18, 2024
59282c6
remove comment
gustavomm19 Dec 18, 2024
55d119d
fix placeholder
gustavomm19 Dec 18, 2024
1b8a565
make only module to open by default
gustavomm19 Dec 18, 2024
14dd7ee
fix buttons hover on header
gustavomm19 Dec 19, 2024
eb4a7e9
Merge branch 'development' of https://github.com/gustavomm19/app into…
gustavomm19 Dec 19, 2024
23749e0
give context to rigobot about the cohorts
gustavomm19 Dec 19, 2024
0c4e157
refactor useCohortHandler tasksTodo cohortProgram and sortedAssignments
gustavomm19 Dec 27, 2024
4baf5c8
fix conflict
gustavomm19 Dec 27, 2024
3b20ffc
remove console log
gustavomm19 Dec 27, 2024
f7eefb9
add validation
gustavomm19 Dec 27, 2024
be79cbf
fix button warning
gustavomm19 Dec 27, 2024
3ef8e6f
use cohortsAssignments data on dashboard
gustavomm19 Dec 27, 2024
b0a4077
use myCohorts on choose program and remove queryData state
gustavomm19 Dec 30, 2024
4d73cf2
fix conflict
gustavomm19 Jan 6, 2025
24403ee
remove my cohorts on logout
gustavomm19 Jan 6, 2025
5fa1c36
fix conflict
gustavomm19 Jan 21, 2025
73ef8dc
fix conflict
gustavomm19 Jan 21, 2025
d12fa8d
fix conflicts
gustavomm19 Jan 30, 2025
ce4aa33
integrate sub cohorts with single source of my cohorts
gustavomm19 Jan 31, 2025
91e3418
remove unnecessary backend call
gustavomm19 Jan 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'/interactive-coding-tutorials': ['projects'],
'/interactive-exercise/[slug]': ['exercises', 'workshops'],
'/choose-program': ['choose-program', 'dashboard', 'profile', 'assignments'],
'/main-cohort/[mainCohortSlug]/syllabus/[cohortSlug]/[lesson]/[lessonSlug]': ['syllabus', 'dashboard', 'projects', 'assignments'],
'/syllabus/[cohortSlug]/[lesson]/[lessonSlug]': ['syllabus', 'dashboard', 'projects', 'assignments'],
'/survey/[surveyId]': ['survey'],
'/mentorship': ['mentorship'],
Expand Down
Loading