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

Able to create reminder on web #3

Merged
merged 8 commits into from
Mar 29, 2024
Merged

Able to create reminder on web #3

merged 8 commits into from
Mar 29, 2024

Conversation

chimpdev
Copy link
Member

Description

This pull request adds several features and enhancements related to reminders and voting functionality in the application. It includes adding a new button to server pages for creating reminder after voting in 10 minutes.

Changes Made

  • Added check for user in guild after voting and return it in response.
  • Added set reminder route for servers.
  • Renamed Reminder to VoteReminder, removed date field from newReminder object.
  • Added can_set_reminder field to get server route.
  • Removed date field from new vote reminder object.
  • Refactored voteServer to return response data.
  • Added createReminder function.
  • Added create reminder button and functionality to Actions component.

Related Issues

N/A

Screenshots (if applicable)

N/A

Checklist

  • I have tested the changes locally.
  • I have reviewed my code for any potential issues.
  • I have checked for code style compliance.
  • I have added necessary labels and assigned reviewers.
  • I have squashed my commits into meaningful units.

@chimpdev chimpdev added Frontend: Feature Requests or discussions related to new features in the Next.js frontend. Backend: Feature Requests or discussions related to new features in the Express backend. labels Mar 29, 2024
@chimpdev chimpdev self-assigned this Mar 29, 2024
Copy link

vercel bot commented Mar 29, 2024

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

Name Status Preview Updated (UTC)
discord-place ✅ Ready (Inspect) Visit Preview Mar 29, 2024 10:36am

@chimpdev chimpdev merged commit 324482b into main Mar 29, 2024
6 checks passed
@chimpdev chimpdev deleted the feature/reminder-on-web branch March 29, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend: Feature Requests or discussions related to new features in the Express backend. Frontend: Feature Requests or discussions related to new features in the Next.js frontend.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant