Skip to content

Idris/badge api#211

Open
eedrisofficial wants to merge 826 commits into
developmentfrom
idris/badge-api
Open

Idris/badge api#211
eedrisofficial wants to merge 826 commits into
developmentfrom
idris/badge-api

Conversation

@eedrisofficial
Copy link
Copy Markdown
Collaborator

@unclebay143 please checkout the badge model

eedrisofficial and others added 19 commits July 26, 2024 10:35
* 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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
code-with-unclebigbay ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2024 6:05am

Comment thread src/models/badge.ts
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's move them to separate files

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done sir

Comment thread src/models/badge.ts Outdated
const studentBadgeSchema = new Schema(
{
student: { type: Schema.Types.ObjectId, ref: 'Student', required: true },
badge: { type: String, required: true },
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

badge is also an ObjectId

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay sir

Comment thread src/models/badge.ts Outdated
Comment on lines +22 to +25
badge: {
label: { type: String },
theme: { type: String },
},
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's make this an array

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants