Open jmprathab opened 4 years ago
@jmprathab Hello, I'm new in open source, can I take this task?
@zhupanovdm Sure. Request you to comment on your approach before implementing.
@zhupanovdm Any update from you?
Hi. Sorry for silence. There was a lack of spare time. But now I'm in.
@zhupanovdm How it is going?
It has been 9 days since last update, task is still up for grabs :)
Shall I take this up?
Hi @jmprathab had some queries regarding the issue. Posting it below:
If you could answer these queries would help a lot in the implementation. :) If you add your thinking that would also be good.
Hi @jmprathab had some queries regarding the issue. Posting it below:
- Should a user be able to book an amenity for another user? (neighbours maybe)
- Any restrictions on the number of bookings and people at a particular time-slot? (There would be rush during weekends)
- Can assume that the user can only book an amenity available in his community? (Would be throwing error if outside the community, so what error should I throw?)
- Whats the purpose of the 'price' attribute in the Amenity domain? Should the user be paying at the time of booking or its a membership fee?
If you could answer these queries would help a lot in the implementation. :) If you add your thinking that would also be good.
Great thoughts BTW.
403
can be returned in case. Note: Implementation has to use AuthorizationFilter
rather than having the logic in the controller. master has similar implementations already.CommunityAdmin
might be able to generate a payment for a particular user for using an amenity.@tomsajuk Are you working into this task? If not, can I please get it? Thanks 👍
@douglas-oliveira-talkdesk sure you can go ahead. Not getting time to work on this. @jmprathab assign it to him please
can I take this?
@DDmit04 yes ;)
Hello, Could I take this? Regards
Hi @mslowiak @jmprathab could I take this task?
Hi @mslowiak @jmprathab just another reminder, could I take this task?
is this task up for grabs?
Hi @mslowiak, @jmprathab,
Is anyone working on this?? or its up for Grabs?
Hi @mslowiak, @jmprathab,
Is this up for grabs? I'd like to look into it.
⚠️ Is your feature request related to a problem? Please describe
💡 Describe the solution you'd like
POST /amenities/{amenityId}/bookings
Task Relationship
Subtask of: jmprathab/MyHome#94