From: Brian <br...@br...> - 2002-07-20 08:18:52
|
Hello, i set August, 9th to our first beta-release date for the standalone version. Please choose, what you will do next week: David and Janis, you have to agree on what you will do, I will take the last thing you do not want. Greets and a nice weekend, Brian ToDo: +++++ login/ logout rewrite ============== At the moment, login form appears, when command `login` (?cmd=login) is set. This is not a good solution, because if you hit the 'back' button in your browser, last page will not reload if you not send your form data again. I want the login-script to be standalone. A user has logged in, when his nick is registered in session. The loginscript has also to register the group, the user is in and his rights as an array. Also an IP based reload deny after three wrong login attemps (maybe combined with maschine name on Windows OS). Logout does destroy users session. Start: now To: 25.07.02 new user/ delete user/ view user data/ edit user form ========================== There is a 'new user' form at the moment. It is not very comfortable. Use body.php as container. cmd_inc.php does perform the commands. nuser creates new user euser edits user data vuser view user data duser deletes user Register commands at table bddb_rights. Create include a library, that shows forms and does the action. Edit cmd_inc.php to add your commands to the switch construct. Change/ add field names in bddb_users as you need to. There are some funtction implemented yet, you may just change them, or write new code. Your libs for the usermanagment are stored in folder /us. Start: now To: 28.07.02 modelling classes for brewery, serie, beer mat ================================== There is nothing done yet. Create needed classes, develop a model and code it. The model needs to show the relationship between the classes. I suggest three classes as mentioned above. Datagramm and code is needed. Connection to database can be done later, just create class barebones, with membervariables and standart member functions. Start: now To: 28.07.02 |