Skip to content
Ferdous edited this page Aug 3, 2015 · 20 revisions

Welcome to the new_monsters wiki!

Features of our app to be completed

Admin section:

✔️ Separate admin from signup area by writing a new signup controller
✔️ Basic authentification (one password for all admin people, no user accounts)
✔️ Notification functionality in admin section (not automatic at first)

Minor problems:

✔️ fix the html text from the notification-email (has another layout, to see that run: UserMailer.notification_email(user.first).deliver)
✔️ add a new action to the user controller to do the mailing thing

Index view of signed up aspiring new monsters:

✔️ Get rid of seperate "Show" and "Edit" functions of list entries
✔️ Show date of sign up
✔️ Add table column "already notified"
✔️ Make table entries sortable (e.g. notified or not)

✔️ Landing page after submitting form

✔️ Improve email validations

CSS

  • ✔️ Corporate design 😉 with artwork from Rebecca(?)

optionals:

✔️ add an emoji to the button to "send Emails"

what to do next:

Connect our mailing thing to the actual mail account (smtp)

  • need Sven's input, but otherwise DONE!

Deploy to heroku

connect to rubymonstas.org

optional improvements:

Mails:

  • add a gif to the sent mail (as an attachment)
    DONE for now! TODO: Try to get a gif of a bunch of us dancing with a welcome/heart sign! (if possible) 😃

  • add a layout to the mails being sent(?)
    (what? They already have a layout!)