-
Notifications
You must be signed in to change notification settings - Fork 73
Comet Calendar Endpoints #313
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
base: develop
Are you sure you want to change the base?
Conversation
api/schema/objects.go
Outdated
| } | ||
|
|
||
| // adding the CometCalendarEvent schema type | ||
| type CometCalendarEvent struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we don't really need CometCalendarEvent, do we? I think we have CalendarEvent which should suffice.
I think this is pretty much the only thing worth of mention, everything else looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I reviewed it... makes sense. I'll remove this schema type
|
@simar-rekhi , I've added a comment. That's pretty much it. After that, it's good for merging. |
simar-rekhi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made the necessary changes.
|
I'm through with the code review. The build checks are also passing. Hopefully it can be merged now |
This resolves issue #300
tested the code available in this PR over MongoDB Compass and Postman; works smoothly.