J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Bootstrap modal new/edit forms #81

Closed J3RN closed 6 years ago

J3RN commented 7 years ago

Spiritual successor to #74

I would like the new/edit forms found throughout the website to be implemented as Bootstrap modals on the index pages (Tasks#index would hold the Tasks#new and Tasks#edit forms, etc). Naturally, I think it would be best to have these fields appear in a column with a save button at the bottom, much like the Bootstrap static example.

I think using render and keeping the forms in their respective partials would work well, but I'm open to alternate implementations.

rishiraj824 commented 7 years ago

on it @J3RN

J3RN commented 7 years ago

@rishiraj824 Any progress on this?

rishiraj824 commented 7 years ago

Will be done today. Been travelling. @J3RN

J3RN commented 7 years ago

@rishiraj824 Now that Hacktoberfest is over, do you still want to work on this, or should I reassign it?

J3RN commented 6 years ago

I'm closing this in favor of using a fat client JavaScript frontend to somehow do creation of new tasks, tags, time entries, etc, inline.