So after a somewhat messy night last night and a grand total of 3 hours sleep I’ve been trying to think about what I can put in my last, 50th, blog post. I don’t really have too much else to say, I’m glad I entered the competition, I’m happy I’ve reached the end and submitted a working product and I’m happy that I’ve learned a lot about C#, .NET and Visual Studio, but most of the people reading this would have probably picked that up from the last 49 entries. So I decided to show you my TODO list which I’ve been working from, adding too and marking off over the last 2 weeks.
TODO:
Write Help File
Add double click events for friends/event dgv on main form
Add New Friend/New Event to the context menus.
Add Search Friends/Events to the context menus
Make New menu item work
Remove Save As Menu Item
Add Help File
Add Field Checking (???) for rating fields to tell people they have to enter a number between 0-10
Context Menus
Add weight to links between friends based on date last seen, last event score and friend rating (db rating not calculated score).
Remove Edit and Bookmarks Menu
Remove Redraw Map
Remove cut/copy/paste from toolbar
About Box
BUGS:
Help file not displayed when application is deployed.
Date not saving when updating event.
Can’t delete friend if they are an attendee.
When a map is open, opening a map and then pressing cancel quits the friend map app.
Fix create map dialog box closing if all details are not filled in.
Add checks so you can’t save a note unless the event is loaded.
Clicking the new friend button disables Date fields
Refresh friends dgv after events dialog
Don’t refresh friends dgv after friends dialog
Fix lines overlapping circles.
Fix the map algorithm from not linking relationships properly (ie K is linked to L and J, L is processed, L has children, J will be linked to L not K).
After map is created load the new map
Short cut keys for menu items
Remove working dialog box when creating a new map
Remove owner id box when creating map
Map not drawing properly when opening new map after a previous map.
Friends and Events DGV not populated when opening new Map.
Friend birthday and first known not working correctly.
Contacts owner drawn list not working.
Contacts not updating when contacts are added.
Interests owner drawn list not updating when interests are added.
Links owner drawn list not updating when links are added.
Order Events DGV by date (Events form and FriendMap Form).
Order Friends DGV by last seen date (FriendMap Form)
Loading Screen got given a window.
Events DGV not updating after returning from the events form.
Friends DGV not updating after returning from the friend form.
Friend Map not redrawing after returning from the friends form.
Sex Combo box not populated
Sex Combo box not selecting appropriate value
Can access tabs with out a friend/event loaded
Add attendees list not showing all friends.
Unable to add attendees.
Attendees combo box still uses DataSet
Can click ok with out a map selected when loading a map.
Make ComboBoxes read only
Rating not being updated when updating a friend
Fix event time not being displayed properly when its an o’clock (eg 19:00 being displayed as 19:0)
Fix unescaped apostrophes when updating events/friends/options.
Attendees owner drawn list not updating when attendees are added.
Address owner drawn list not updating when addresses are added.