Dan Schlosser

Results 29 issues of Dan Schlosser

Todo: - write a function on `Event.py` to determine a "complete" event - write a script to notify event owners 5 days before their event if it is incomplete

We should change the layout of the navbar so that save and publish buttons aren't weirdly overflowed.

We should add a method to `text.py` that formats HTML as non-html, non-markdown text. This would be used to create gcal descriptions in `google_calendar_resource_builder.py`. - tags should be removed. -...

Can we figure out why in `app/lib/google_calendar.py:GoogleCalendarAPIClient.update_event` the codepath ``` if not event.gcal_id: # TODO: Why does this happen? # # If we don't have a reference if it's associate...

Event slugs should always be unique, but we don't check for collisions on existing routes, Lets do that!

When you write a blog post, you can change the blog post author if you want, and we should have that for events too. This would be the event "owner"....

enhancement
medium

Every week, send an email summarizing the events. Add a "settings" page to allow admins to customize who the email gets sent to The email could look like: --- ##...

enhancement

Right now, all images are background images that are set to cover the desired frame (they are cropped to fit). This is done in css with: ``` css i {...

enhancement

@gleanawa The process for doing this: - Go in the admin interface to each post - If the post was written by a user that is currently on eventum, then...

medium
Content

On the User model in `app/models/User.py`, there are two fields, a `image` field that is a reference to an `Image` object (uploaded and then selected with the image picker) and...

medium