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

Feat/mentoring-topics-revamp #496

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
bd1e2c4
docs(connect): remove obselete comment
ericbolikowski Jan 31, 2022
3cd789d
feat(con): create new data lists
ericbolikowski Jan 31, 2022
11c6b6e
feat(connect/mentor profile): refactored mentoring topics
ericbolikowski Mar 7, 2022
9757a65
Merge branch 'master' into feat/mentoring-topics-revamp
ericbolikowski Mar 7, 2022
5e68858
Merge remote-tracking branch 'origin/master' into feat/mentoring-topi…
ericbolikowski Mar 30, 2022
5d665c7
add comment
ericbolikowski Mar 30, 2022
c491402
meh
ericbolikowski Apr 4, 2022
117de28
Merge branch 'master' into feat/mentoring-topics-revamp
ericbolikowski Jun 4, 2022
934dcc2
update mentee profile
ericbolikowski Jun 9, 2022
db4a4d1
feat: restrict max topics count
ericbolikowski Jun 14, 2022
8368234
remove unused dummy cat
ericbolikowski Jun 26, 2022
9da21a6
reconfigure a couple mentoring topics
ericbolikowski Jun 26, 2022
0ab5f8b
seed script generates value for new RedProfile props
ericbolikowski Aug 1, 2022
e20e58d
update mentor listing
ericbolikowski Aug 3, 2022
3cd9333
display group count
ericbolikowski Aug 3, 2022
d2d1194
Fix undefined values
katamatata Nov 3, 2022
f92466a
Revert "Fix undefined values"
ericbolikowski Nov 9, 2022
fd4241c
alternative fix
ericbolikowski Nov 9, 2022
e0d5abe
ensure RedProfile of mentee user has no undefined array properties
ericbolikowski Nov 11, 2022
6f07152
Fix mentoringGoals field name with mentor_mentoringGoals
helloanil Nov 21, 2022
84d0034
Fix mentors professionalExperience field, ensure mentee provides requ…
katamatata Nov 23, 2022
f8ab464
Mark required and optional fields, fix typos
katamatata Dec 1, 2022
5cd0141
Hide Application page if mentee profile is not complete
katamatata Dec 1, 2022
f9f826e
Fixes
katamatata Dec 6, 2022
6b8277c
Fix the blank Applications page for mentors
katamatata Dec 9, 2022
ba15b2a
Delete log
katamatata Dec 9, 2022
4165ccf
chore: add missing `as const`
ericbolikowski Dec 14, 2022
92bab92
fix(con): build error through proper type assertion
ericbolikowski Mar 8, 2023
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Thumbs.db
# mongodb data
/mongodb-data/*
!/mongodb-data/.gitkeep
/mongodb-data2/*


# environment variables
Expand Down
Loading