Meeting minutes:
- Came up with the structure of db interface
- Came up with skeleton for all the objects
Notes:
- make sure we append E:/python to the path in our projects
import sys
__exec_path = "E:\\Python\\"
sys.path.append(__exec_path)
- on login get all the data from the server and reload it on the phone's db.
- on logout,dont clean up
- user pref will be a dictionary
Pitfalls:
- user has to login (need authentication)
- if the phone's battery will die, the program will not work
- if the connection will die during logout, the user will use the data.
Workout:
for logout: create a new table for the Queue that stores all the ids that were not send to the server.
