Milestones are listed
here.
To accomplish these objectives, I:
- purged the database on friday night
- removed all old, deprecated/unused tables from the database
- fixed several bugs reported by other teams
here
- added property dictionary support to Tag, to allow for spatial image tags for authoring team
- added property dictionary support to Entity, to allow for profile page "blurbs" for authoring team
- added property dictionary support to Content for future extensions
- created database tables for the above dictionary item storage
- added RemoveTag function to IBackend for authoring team
- created and implemented RemoveRelations and RemoveFromTable functions for internal backend use, in order to implement the above RemoveTag function