I think I’m going to move the player rank back to the user table, since the reason for having it on its own was for permissions, but since I’ll be using another table for that, it doesn’t make sense to have the redunancy. I’m not going to do it in the version 1.0, because it would take too much reworking of the classes. I also should think about what else I can move into or out of the user table and into another table. I may make a profile table, so that the stats can easily be modified, add fields and what not to the table.
I’ll decide all of that during the post-mortem and how much more profile options will be added, if any. Version 1.1 will include more than just new features, it will be a lot of recoding and conforming the classes and pages to standards, so that the classes can be extended easily. It will also play into the install script, where the first user is the owner.
Possibly Related Posts:
- Mecha Asylum Design Document
- Data Store is Finished, but Still Imperfect
- If You Look at it This Way
- Configuration SPL Usage
- New Configuration Factory Possible Features
Comments are closed.