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

True Waitlists #449

Closed
wants to merge 1 commit into from
Closed

True Waitlists #449

wants to merge 1 commit into from

Conversation

karbassi
Copy link
Member

Fixes #219

  • new fields waitlisted, waitlisted_at and waitlist_offer_sent_at to Order and MentorOrder models
  • related migration
  • ensure all active order filtering includes active=True and excludes waitlisted=True
  • update Session model methods to account for waitlisted=True orders
  • base all Session waitlist display/logic off new flags rather than the (now legacy) M2M fields
  • migration for old waitlist items to new Orders and MentorOrders
  • remove legacy Session model fields waitlist_mentors and waitlist_students
  • cron job to periodically check for waitlisted orders with waitlist_offer_sent_at > 12 hours in the past and if found remove them from the waitlist and send a waitlist offer email to the next person on the waitlist

@karbassi karbassi closed this Jun 9, 2018
@karbassi karbassi deleted the feature/waitlist branch June 9, 2018 20:06
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