| |
| AMS is one step closer to being, well... even remotely useful. It's still (barely!) not adding users to a PG's list... at the moment it's just pulling group information and setting up permissions. But even that's an accomplishment.
Plus, now that things are developing, I'm coming up with some better info on additional features/restrictions. Like, for instance, you can blame Angus for the whole automagical "if you add an Avatar, nobody else can" that'll be happening. It will be something an administrator can override, but... not commonly.
After sleeping... more fussing with this thing. | |
|
| And the VasriiDB is coming along... I still need to add formatting, but... well, as I said, it's coming along. ( Just a little demo ) | |
|
| On the VasriiDB...
Well... it can, if I remember how, generate proper profiles for the board for a particular Vixin that it has sufficient information on. How, you ask? Make up a report that pops some HTML around all the results that you need... the format can be kinda... how to put it... "not human readable" at first glance... or more succintly, this is not a report you want to send to someone important. It'll be butt-ugly.
But functional for the purpose I have for it. And what purpose would that be?
NPC basic profile listing, of course. It'll get me the general listing of what everyone is that I'm responsible for. Of course, for many of them it'll just be "Sandy tan fur, brick hair, with brick tags on tail. 15 tails" as a physical description... but hey. It's an odd family. | |
|
| The Vasrii Database is... well... under construction. Test data loaded, and the Many-to-Many tables are starting to come together. We have matronymicals loaded, and the system is handling the input of multiple (and variable number of) Matronymical names per Vasrii...
Next up will be gifts, and handling them. That'll be an interesting table, to say the least...
Lesse...
Vasrii (l-int, foreign key: tblVasrii.VID) GiftClass (l-int, foreign key: tblGClass.GID) GiftName (text) Description (text, possibly note) Strength (int) (value should be octal, as I recall... )
Hrmmm... the forms on this, as I'll have to use them, will be... rather painful. >.> But more so will be the reports... @.@ slipping together the names into proper Vasrii-readable format... ;.; | |
|
|