sync / forgetmenot

INB345 Semester project, help remembering facts about your friends
8 stars 1 forks source link

Should add the possibility to add keyword(s) when creating fact #23

Closed sync closed 15 years ago

sync commented 15 years ago

It is now recommended to add keyword to all your fact.

sync commented 15 years ago

The design is finished, used illustrator, and can be seen here : http://skitch.com/anthonymittaz/bpqbg/artwork

sync commented 15 years ago

It is now time to implement the code, will be a custom view with custom view for keyword label, change on selected, ended with a transparent uitextfield. Will use view need layout, keep an index of each view, or should i order this alphabetically ? if index, the ending text label will have as index FLT_MAX so will always be placed at the end.

sync commented 15 years ago

then tableview with data source

sync commented 15 years ago

when textfield is in edit mode and string lenght is >= 1, when you click on a label, the color change, darker blue and withe text, tableview got a gray background, is not grouped and has separator

sync commented 15 years ago

should create a new table, keyword

sync commented 15 years ago

ok added the new table

sync commented 15 years ago

ok started to implement the keyword view, need to add rounded image as a background, center the label inside rounded view + offset

sync commented 15 years ago

tomorrow should implement the tableview data source, going to be funny

sync commented 15 years ago

should keep a list of all the keyword created during editing, then should add the fact relationship, it has to be linked

sync commented 15 years ago

after 2 rows should scroll up and down

sync commented 15 years ago

when click and focus on one keyword should place the delete button at the same height as the currently selected keyword

sync commented 15 years ago

place the button at the right place is done

sync commented 15 years ago

delegate textfield when entering editing should be notified and scroll up and frame one line

sync commented 15 years ago

should separate bottom border and background

sync commented 15 years ago

ok creating tickets for each separate issues