Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Do users sign on and create an account with a password or do we simply use their email address as the unique identifier? Using email addresses would eliminate the need to verify uniqueness (although someone could access someone else�s else's files if they know their email address.) This would require that we save a table of email addresses and the unique IDs that go with them. Then we need the ability to search through the list of email addresses and look up the ID. Perhaps keep an array with a cluster of email address and unique IDs.

...

  1. Implement source forge control on LabVIEW code for this project. (also create folder on this computer that is linked with source forge to the MathCAD files)
  2. Learn how projects work in LabVIEW
  3. Learn how versions work in source forge and begin using this for the MathCAD design program.

...

User interface

  1. Create toolbar icons for each command that the user can execute
  2. Enforce program flow. For example the AutoCAD file won't exist until after the command is sent to AutoCAD. If the user tries to email the attachments before running AutoCAD the AutoCAD file won't yet exist. One possibility is to disable Booleans that shouldn't be used.
  3. Determine if dialog boxes work in the web environment. Dialog boxes could be used for confirmations of project deletions or for getting passwords if we use more sophisticated user accounts.

...

Program defaults

Program defaults are saved in an ini file.

...