Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

End date and time added to forms and displayed #452

Closed
wants to merge 1 commit into from

Conversation

Tlazypanda
Copy link

@Tlazypanda Tlazypanda commented Nov 9, 2018

Description

End date and time attributes kept optional and added to the form.After creation of meetup these attributes are displayed in meetup.html.

MOCKS

Before-
screenshot from 2018-11-14 01-00-08
image

After-
screenshot from 2018-11-09 18-55-27
screenshot from 2018-11-09 18-55-50

Fixes #432 #286

Type of Change:

  • Code

Code/Quality Assurance Only

  • New feature (non-breaking change which adds functionality pre-approved by mentors)

How Has This Been Tested?

Tested locally screenshots attached..

Checklist:

Delete irrelevant options.

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials

Code/Quality Assurance Only

  • My changes generate no new warnings

@coveralls
Copy link

coveralls commented Nov 9, 2018

Coverage Status

Coverage decreased (-0.3%) to 98.348% when pulling 6dd34f7 on Tlazypanda:enddateandtime into 79a4270 on systers:develop.

@@ -3,10 +3,16 @@
{% block meetup_location_page_content %}
<h2 id="meetup-title">{{ meetup.title }}</h2>
<div class="box-container box-body pt25">
<p>
Copy link
Contributor

Choose a reason for hiding this comment

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

changes like these shouldn't be reflected.

{% if meetup.end_date %}
<b> - </b> {{ meetup.end_date }}
{% endif %}
&nbsp; &nbsp;
Copy link
Contributor

Choose a reason for hiding this comment

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

have you checked whether the responsiveness is getting affected by this or not ?

Copy link
Author

Choose a reason for hiding this comment

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

@abhi20161997 Responsiveness is not affected works fine for all devices.

@@ -27,7 +33,7 @@ <h2 id="meetup-title">{{ meetup.title }}</h2>
<td>{{ not_coming_no }}</td>
</tr>
</tbody>
</table>
</table>
Copy link
Contributor

Choose a reason for hiding this comment

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

again this shouldn't be reflected.

@abhi20161997
Copy link
Contributor

@Tlazypanda Also mocks should be included like before scenario and after scenario- include mocks for how the forms looked before as well.

@Tlazypanda Tlazypanda force-pushed the enddateandtime branch 3 times, most recently from b99631b to b6cf5f2 Compare December 15, 2018 17:49
@sammy1997
Copy link
Contributor

@Tlazypanda Please resolve the merge conflicts and update your codebase. This is a stale PR. Also, if possible add some tests!! The coverage seems to have decreased

@sammy1997
Copy link
Contributor

@Tlazypanda Please let me know if you will be working on this. Or else, I can close the PR and make the issue available for others

@sammy1997
Copy link
Contributor

@abhi20161997 @sakshi1499 should we close this? I had tagged the contributor but didn't get a response

@sakshi1499
Copy link

@sammy1997 I think we should.

@abhi20161997
Copy link
Contributor

@sammy1997 , Yes ! It should be closed.

@sammy1997 sammy1997 closed this Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating an end time and multi-day meetups
5 participants