Přeskočit na hlavní obsah

v1.0.6

· 2 minuty čtení
John Renfrew
Programmer and data architect

Version 1.0.6 public test release

  • Initial ideas for display of student list for external examiners (compact view)
  • Development on time entries for student portfolio, buttonon placement object
  • Connection of portfolio models to placement records with eSQL query

Created a new display component to present compact or expanded view of student placments, based on query to return relevant set of placement records. For external examiners this is limited to module, student name, organisation

Added initial idea for time-record component linked to placement records. Function is to display all submitted time records, in reverse order, to indicate which are flagged as locked, and so unable to be ediited ( this could be modified by admin in FMP ), allow for the creation and saving of a new record, or if icon selected to push detail into entry section for updating.

Structure => {"date","time","type","description",ROWID}
portfolio

Student > course > level (acYear) > module choices > module > ARLT marking records
Module > placement > tasks > marking > ARLT

A placement record is a join between student, acYear, module ++ assignment. It links via record keys to organisations and people. Further elements hang off each one - time/diary records and tasks.