geofot96 / StudyBuddy

2 stars 5 forks source link

Modification of Meeting Feature #154

Closed YBouquet closed 5 years ago

YBouquet commented 5 years ago

Here we can create a new Meeting in a dedicated interface. As a consequence we can create more than one meeting per group and see all of them in a recycler view from the targeted group. The created meetings are sorted by date and are automatically removed if they're over. During the creation of the Meeting, we can set the date, the start time and end time of the meeting. We can also set the location by accessing Google Map. The meeting can only be saved if (the time slot is correct && the date is not passed && the location had been chosen)

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit d79fdcbc and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 83.6% (80% is the threshold).

This pull request will bring the total coverage in the repository to 80.2% (-0.7% change).

View more on Code Climate.

YBouquet commented 5 years ago

@geofot96 I check line 31 that any object isn't null before manipulating them Furthermore, on my side I can't recreate your error so I can't debug it could you please give the report to me?