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

Change Our Availabilities System to Use FullCalendar and Work on Dates instead of Days of The Week #174

Closed
wants to merge 1 commit into from

Conversation

AhmedNSidd
Copy link
Collaborator

@AhmedNSidd AhmedNSidd commented Sep 26, 2019

Addresses #168. Only initial integration of FullCalendar has been done right now. I expect this to be a big PR which is why I thought might as well put this up for review now instead of sending a huge PR all at once. Also gives me an opportunity to hear from you guys if you have input on the design.. Here's how it looks like right now:
Screen Shot 2019-09-25 at 10 21 29 PM

Next steps: Make the add availabilty button work to pull up a modal so people can add availabilites to dates

EDIT: for reviewers: ignore the files in this path: schedule_lessons/static/fullcalendar/ it is just the files for fullcalendar.

Copy link
Owner

@sdevalapurkar sdevalapurkar left a comment

Choose a reason for hiding this comment

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

Holy crap 159 files for review 😱
Is there any way for you to gitignore these files or something so it makes it easy for reviewing? @AhmedNSidd

profile__id=user_id, day=day))
availabilities_in_day = [x for x in Availability.objects.filter(
profile__id=user_id) if x.start_time.strftime("%A") == day]
# for availability in availabilities_in_day:
Copy link
Owner

Choose a reason for hiding this comment

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

if not necessary, remove comments here

@sdevalapurkar
Copy link
Owner

can this be merged?

@AhmedNSidd
Copy link
Collaborator Author

@sdevalapurkar Nope. But development on this branch has stopped for the time being. But also can't merge broken code. So gonna close the current PR until development potentially continues in which case the branch can be used to create another PR

@AhmedNSidd AhmedNSidd closed this Mar 23, 2020
@sdevalapurkar sdevalapurkar deleted the SCLEARN-168 branch April 5, 2020 01:11
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