CodeCatz / TrackCat

A tool for tracking the progress of the kittens (and cat{s,z}) in our CodeCatz meetup group
MIT License
5 stars 14 forks source link

Added form for projects, added views for new&edit project #132

Closed livike closed 9 years ago

livike commented 9 years ago

Added form for edit and add new projects, using ModelForm. For now no styling to the form elements. Related to #121

goranche commented 9 years ago

no styling to the form elements

high five!!! :hand:

jurecuhalev commented 9 years ago

project_new will fail if form is not valid :)

anuschka commented 9 years ago

@livike It works great :+1: other than when entering a new project with status ID in progress. In that case you get a message " Ensure this value has at most 8 characters (it has 10)." Also (but less important) it would be nice to have a description for the date format dd/mm/yyyy hh:mm :v:

ialja commented 9 years ago

A few suggestions for improvements:

livike commented 9 years ago

@ercchy : made fixes regarding your comments. The template update is coming.

livike commented 9 years ago

@ialja , thanks for your above suggestions for improvements. As @gandalfar suggested to me, I'm working on the additional and improvement stuff on a new branch based on the projectform branch.

ercchy commented 9 years ago

@livike I made a screenshot with some more feedback for you.

I suggest you do this one really perfectly, so everyone can use it then as a model

That means some UI and UX thinking is needed.

livia-feedback

livike commented 9 years ago

Thanks @ercchy I'm working right now on the improved version of the form. The actual is a simple {{form.as_p }} rendering in template and with default field type definitions. Opening a FB topic for some help.

ercchy commented 9 years ago

:+1: