What's new in Student Assignment Tracker 1.0.0.0

Dec 13, 2011
  • Complete Remake of the program.
  • Now using database to store information.

New in Student Assignment Tracker 0.4.1.0 Alpha (May 23, 2011)

  • Removed the temporary edit details form.
  • Editing the class Name now gives the option to change the section number of all the assignments with that class.
  • Removed bug of not being able to add 2 different assignments with the same name to 2 different classes.
  • Fixed bug in delete assignment procedure.
  • Fixed bug where class information wouldn't be displayed properly if certain conditions were true.

New in Student Assignment Tracker 0.4.0.0 Alpha (May 20, 2011)

  • New data to track for assignments: Points possible, points received and status.
  • Added verification to ensure new data is collected.
  • Added new labels to display new data on main form.
  • Load and Save File has been updated

New in Student Assignment Tracker 0.3.7.0 Alpha (May 17, 2011)

  • Adding classes or editing classes is coded to ensure all information is collected.
  • Change assignment list box display to only show due date, not the time with it.

New in Student Assignment Tracker 0.3.6.0 Alpha (May 17, 2011)

  • Fixed bug where editing a class wouldn't save properly
  • Editing assignments buttons now work properly.
  • Editing assignments saves properly

New in Student Assignment Tracker 0.3.5.0 Alpha (May 13, 2011)

  • Fixed details panel displaying wrong class information if a specific class wasn't selected in the list box.
  • Fixed duplication bug that occurred when loading a file with data currently loaded.
  • Added cancel button to dialog when closing in case of accidental close.
  • Added temporary separate form for editing entries. This will be removed for cleaner approach after school project has been turned in.
  • Editing class button works as well as saving your class edit changes. (NOTE: this does not change the assignments with that current class to new name... Yet.)

New in Student Assignment Tracker 0.3.4.0 Alpha (May 9, 2011)

  • Set the program with minimum window size as to not allow windowing becoming to small.
  • Added new field 'Assignment Type' for Assignment data.
  • Added new filter list box 'Type' for sorting entries by assignment type.

New in Student Assignment Tracker 0.3.3.0 Alpha (May 8, 2011)

  • Delete class button works deleting selected class.
  • Delete assignment button works deleting selected assignment.
  • Added validation so user can't add blank entries for classes or assignments.
  • Added Tool strip with major buttons that are found in the menu.
  • Got rid of ridiculous message box spam when loading or saving files.

New in Student Assignment Tracker 0.3.2.0 Alpha (May 6, 2011)

  • Added details pane to view details of currently selected assignment.
  • Changed the way the assignments get printed in listbox to help make sorting easier.
  • When adding a new class or assignment, once the add button is clicked it will clear the textboxes.

New in Student Assignment Tracker 0.3.1.0 Alpha (May 5, 2011)

  • Able to add assignments and save it to file.
  • Able to load assignments from file.
  • Able to backup current work with back files for both classes and assignments.
  • Able to reload backups into program.
  • Added cool application icon.
  • When selecting class in listbox all of assignments registered with that class display in assignments listbox.
  • Change look to get ready to add the details pane.

New in Student Assignment Tracker 0.0.2.2 Alpha (Apr 8, 2011)

  • Able to edit/Add assignments with the same tab.
  • Fixed bug when clicking the add assignment button, that a 2nd blank entry was generated.
  • Load button now correctly loads/reloads the database into the application.
  • Inserted New tabcontrol box to seperate the filters with adding/editing of records.

New in Student Assignment Tracker 0.0.2.1 Alpha (Apr 8, 2011)

  • Again some more cosmetic changes.
  • Saving/Loading of database now working properly.

New in Student Assignment Tracker 0.0.2.0 Alpha (Apr 6, 2011)

  • Changed storage of information from array's to database for better functionality.
  • Added datagridview as replacement for old assignment management.
  • Added icon for the exe file.
  • Database is able to properly add the class, assignment and all its information to the databse.
  • Database is able to delete selected assignments properly.
  • Some minor cosmetics to help the program look better.

New in Student Assignment Tracker 0.0.1.5 (Apr 6, 2011)

  • App now goes fullscreen correctly.
  • Replaced toolbar buttons with icons.
  • Added a nifty new about box to replace the old one.

New in Student Assignment Tracker 0.0.1.4 (Apr 6, 2011)

  • Some more minor cosmetics.
  • Save feature is now somewhat working. You are able to save your assignments, however you still cannot save your classes. Load feature is still unavailable.

New in Student Assignment Tracker 0.0.1.3 (Apr 6, 2011)

  • Continued cleaning up of code for better coding.
  • Configured add class/assignment panels for full use.
  • Configured the add assignment button for use (Assignments now get added to assignment list).
  • Minor cosmetics (moved both panels to the corner).
  • Fixed bug where it was possible to have both panels open at same time.

New in Student Assignment Tracker 0.0.1.2 (Apr 6, 2011)

  • Cleaned up the code to make it run better and easier to read.
  • Made adding new classes more user friendly with pop up panel.
  • Broke the saving and loading feature as well as adding assignments.