Versions Compared

Key

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

...

The AguaClara design tool is in proof of concept form. In order to run the program the user must use internet explorer and must download and install LabVIEW Runtimes 8.2.1. The software will allow multiple user to run the design tool because I have set the code to be reentrant. The design tool is available for testing purposes.

User account management

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 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.

...