progress
Posted bySin Vraal (#18687) on Aug 05, 2023
Testing has been completed on the individual components, and a test rig has been constructed (ahem, to test).
components are designed to manage, and describe the various database tables within alacrity. at this point the the tools should be able to manage database interactions almost completely.
now I have to construct the management tool, which links the individual components together in order to form 'entities'.
An entity represents all the data for any particular object across all of the tables. as an example, an item spans several tables (the item description, the inventory, supplemental tables such as whether or not its equipped)
this part should go easier, anyway more updates soon!
components are designed to manage, and describe the various database tables within alacrity. at this point the the tools should be able to manage database interactions almost completely.
now I have to construct the management tool, which links the individual components together in order to form 'entities'.
An entity represents all the data for any particular object across all of the tables. as an example, an item spans several tables (the item description, the inventory, supplemental tables such as whether or not its equipped)
this part should go easier, anyway more updates soon!
if I cant get something reasonable done in a few hours, I'll just skip it for now