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

API for listing events #10

Open
semsi-dogruer opened this issue Jun 1, 2023 · 2 comments
Open

API for listing events #10

semsi-dogruer opened this issue Jun 1, 2023 · 2 comments
Assignees
Labels
🔗 backend Server-related

Comments

@semsi-dogruer
Copy link
Contributor

No description provided.

@semsi-dogruer semsi-dogruer converted this from a draft issue Jun 1, 2023
@igMike-V igMike-V moved this from Todo to Blocked in Core Team Project Jun 2, 2023
@semsi-dogruer semsi-dogruer moved this from Blocked to Todo in Core Team Project Jun 3, 2023
@DaleOrders DaleOrders added the 🔗 backend Server-related label Jun 3, 2023
@igMike-V igMike-V moved this from Todo to Waiting on dependency. in Core Team Project Jun 5, 2023
@igMike-V igMike-V moved this from Waiting on dependency. to Todo in Core Team Project Jun 6, 2023
@0916dhkim
Copy link
Contributor

  • Implement the API endpoint GET /api/community-events that returns all community events in the database.
  • No pagination for now.
  • Functionality for querying all community events is already implemented here.
    findAll: async () => {
    return prisma.communityEvent.findMany();
    },
  • This serializer can be reused as well.

@0916dhkim 0916dhkim moved this from Todo to In Progress in Core Team Project Jun 26, 2023
@one2code
Copy link
Collaborator

@0916dhkim Thank you for clarification I'll begin to make changes when I can. Going to be swamped with work & Collision, I'll see what I can do for Wednesday night or Thursday.

@anjolaoluwaakindipe anjolaoluwaakindipe self-assigned this Aug 5, 2023
@anjolaoluwaakindipe anjolaoluwaakindipe moved this from In Progress to In Review in Core Team Project Aug 5, 2023
@anjolaoluwaakindipe anjolaoluwaakindipe moved this from In Review to Done in Core Team Project Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔗 backend Server-related
Projects
Status: Done
Development

No branches or pull requests

5 participants