I am having some issues to the way I interact with users in this new system im working on.
MainApplication
- The main application is where you log in. Everyone one in the system has a username,password,email stored in the users table
- Based on your username and password we can look up your role(s) in the system
- There are 3 actions we can take based on your role
1. set your session.user structure
2. if you are role a create session.a and fill it with values from tablea based on your user id. The user id is placed in most tables to link everything together
3. forward you to folder a/
+ App
+a
We are here allowing us to perform many actions. One of which is viewing a list of b's and adding/editing b's
+b
+c
I guess my main question to everyone is there a better design patter for this? My main issues is that when I am in application a and I am making changes to a b record I have to manipulate 5 different records to save 1 record. As you can imagine this is getting quite tricky with reactor.
Theobject(b)
Address
Creditcard
Users
Users_roles
--
Dan Vega
[EMAIL PROTECTED]
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
