working on the appointments use case,  I 've come across the utility use case of creating

new pg_users via the gui ; basically user name , password, confirm password, checkbox which

groups the user should belong in , then update button, then a small admin login modal dialog,

( which has host,port , database, user, password, with has defaults for the first 3) , and 

then attempt to get an ordinary dbapi connection object , then statements to insert or update

the pg_users. also checks to see if admin user has createuser boolean attribute set, and if not,

requests the user to negotiate that or do it elsewhere via a terminal postgres user session.

The reason for being able to create pg_users via the gui is to be able to associate it with

new staff being entered, as the appointments is useful for organizing when more than one staff.

Is this acceptable , ( say just for the AU localization , initially ) ?  


_______________________________________________
Gnumed-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnumed-devel

Reply via email to