Idris/badge api#211
Open
eedrisofficial wants to merge 826 commits into
Open
Conversation
profile settings social media validation updated
Raising a new PR
* implementation for view all hackathons page * changes effected * description added * update * Redesign hackathon project cards * all corrections effected * corrections implemented * updates on submitted hackathons * Feat: add path of hackathon to dashboard * names variable corrections implemented * error fixed * key error fixed * previewed errors fixed * Feat: add view hackathon submissions link * Patch: ui * Link submission to hackathon story page * corrections implemented * updates on hackathon-project dummy data * implementation of hackathon project preview page * conflict fixed * updates on hackathon preview implementation * updates on preview project submitted date * updates on project share button * updates * update on share url * GET endpoint for hackathon submitted project done * getbyid endpoint done * consuming of hackathon submitted projects implementation * consumed hackathon submitted projects get endpoint * updates on get endpoint for submitted hackathons projects * updates on hackathon project preview * updated student details to hackathons project and preview page * error fixed * error fixed * Chore: design improvement * corrections effected * Chore: fix broken items * all hackathon-projects endpoints moved to server side * Chore: copy fixes * all correction implemented * dynamic messages for share hackathon projects to social media implemented * not found page for hackathon projects implemented * patch html render * patch * hackathon project id error message fixed * Merge branch 'idris/view-all-hackathons' of https://github.com/unclebay143/code-with-unclebigbay into idris/view-all-hackathons * conflict fixed * refactor: link section * hackathon project members implemented * type error for hackathon project membes fixed * error fixed * patches * Improve card * Release: hackathon project pages --------- Co-authored-by: eedrisofficial <eedrisofficial.gmail.com> Co-authored-by: Unclebigbay <ayodelesamueladebayo143@gmail.com>
* Fix: copy * Feat: add audit for hackathon submission members * implementation for view all hackathons page (#164) * implementation for view all hackathons page * changes effected * description added * update * Redesign hackathon project cards * all corrections effected * corrections implemented * updates on submitted hackathons * Feat: add path of hackathon to dashboard * names variable corrections implemented * error fixed * key error fixed * previewed errors fixed * Feat: add view hackathon submissions link * Patch: ui * Link submission to hackathon story page * corrections implemented * updates on hackathon-project dummy data * implementation of hackathon project preview page * conflict fixed * updates on hackathon preview implementation * updates on preview project submitted date * updates on project share button * updates * update on share url * GET endpoint for hackathon submitted project done * getbyid endpoint done * consuming of hackathon submitted projects implementation * consumed hackathon submitted projects get endpoint * updates on get endpoint for submitted hackathons projects * updates on hackathon project preview * updated student details to hackathons project and preview page * error fixed * error fixed * Chore: design improvement * corrections effected * Chore: fix broken items * all hackathon-projects endpoints moved to server side * Chore: copy fixes * all correction implemented * dynamic messages for share hackathon projects to social media implemented * not found page for hackathon projects implemented * patch html render * patch * hackathon project id error message fixed * Merge branch 'idris/view-all-hackathons' of https://github.com/unclebay143/code-with-unclebigbay into idris/view-all-hackathons * conflict fixed * refactor: link section * hackathon project members implemented * type error for hackathon project membes fixed * error fixed * patches * Improve card * Release: hackathon project pages --------- Co-authored-by: eedrisofficial <eedrisofficial.gmail.com> Co-authored-by: Unclebigbay <ayodelesamueladebayo143@gmail.com> --------- Co-authored-by: Haruna Idris <eedrisharuna3@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
unclebay143
reviewed
Aug 7, 2024
Owner
There was a problem hiding this comment.
let's move them to separate files
unclebay143
reviewed
Aug 7, 2024
| const studentBadgeSchema = new Schema( | ||
| { | ||
| student: { type: Schema.Types.ObjectId, ref: 'Student', required: true }, | ||
| badge: { type: String, required: true }, |
unclebay143
reviewed
Aug 7, 2024
Comment on lines
+22
to
+25
| badge: { | ||
| label: { type: String }, | ||
| theme: { type: String }, | ||
| }, |
33f992d to
5132e3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@unclebay143 please checkout the badge model