Navigation Log
- what is our scheme for navigation log? fake it or insert otrunk entity into pas beans?
Grading tool
- Curnitmap
- SDS changes
- currently the SDS returns an empty string when a curnitmap is requested for a POTrunk project
- OTrunk Rim
Authoring Views for models
- has to do with how we're defining views for otrunk steps. They aren't working. Why? Scott was supposed to have something for us on Friday
Navigation Sock, recording where they have gone.
private ISock<String> navigationLogSock; - records where they have been, steps, open, close, etc...
private ISock<String> sessionStateSock; - session state allows you to get the uuid of a current selected step.
private ISock<String> curnitMapSock - stores the structure of the curnit, steps, uuid's, etc...
The curnit map is generated in the VLE.The SDS also generates the curnit.
POTrunk Curnit Map - Generating an empty string right now.
Service in Pas getItemID getItemService or beanIdService
1. fix the sds to generate the id when request the curnit
2. fix pasproject get id's for the steps that match id's in the bundles.
a. fake pods
b. bean id service.
id's in the bundle match must id's in the otml file.
we will implement the ItemService or BeanIdService