obijuan1 / ehost

Automatically exported from code.google.com/p/ehost
0 stars 0 forks source link

eHOST multi-user system #252

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
PURPOSE
Provide multi-user eHOST system for current project on the VA's server, which 
uses RDS storage for multiple users to share one copy of eHOST JAR file, and 
each user has their own VFS to keep their annotation works.

Priority:
Low

POSSIBLE SOLUTIONS:
Method 1:
1. Add a list in ehost.sys to record user's name and the path of their 
workspace.
2. Open their own workspace after they log in successfully with their name and 
password.
3. In the first time of their log in, there is no their record in the 
eHOST.sys. eHOST will pop up a dialog to ask one.

Method 2:
RDS system usually have same path in user's VFS, so we might will try to use a 
fixed path for eHOST to read their eHOST.sys file.
There is a seed in the eHOST.sys for all user to index their annotations, I 
schedule to use their name plus this id as a new index so we can avoid a lot of 
work to build a lock mode for seed sharing,

SCHEDULE:
After the new Navigation Panel and the Verifier Function. 

POSSIBLE PROBLEMS:
Hard to test and verify the design as could not access the VA server. This is 
the hardest work in this task.

TIME ESTIMATION:
2Days

Original issue reported on code.google.com by jwleng@gmail.com on 11 Jul 2012 at 9:40

GoogleCodeExporter commented 8 years ago
Very Low Request - confirmed on July 12, 2012

Original comment by jwleng@gmail.com on 12 Jul 2012 at 9:23