oSoc15 / educal

Calendar app for schools
MIT License
5 stars 1 forks source link

Create event: not all fields should be required #57

Closed xavez closed 9 years ago

xavez commented 9 years ago

Only the title field should be required when creating an event

pop
thgh commented 9 years ago

This is required server side

Bertware commented 9 years ago

Server side only requires calendar_id, start,end and title

Bertware commented 9 years ago

To be tested: how does an event without description or location show up in readonly mode? can be tested by logging out

xavez commented 9 years ago

@Bertware apparently it does’t. Check out:

Bertware commented 9 years ago

The popup not opening seems to be a general issue, see #60

Bertware commented 9 years ago

Popups are now shown, but the location bar etc is just empty. Placeholder text ('no location') or icons?

xavez commented 9 years ago

@Bertware is it possible to remove the entire p?

xavez commented 9 years ago

Great!