Skip to content

Releases: concord-consortium/rigse

UI Refinements

15 Sep 02:17
Compare
Choose a tag to compare
  • in class submenu Activities is changed to Assignments
  • ‘can't login in’ link is visible in the portal (this should only apply to itsi-master-staging)
  • probe selection box is removed from user preferences, if there are no sensors configured for the portal.
  • text on manage classes page for teachers is changed so it doesn't refer to home page
  • activity created with ITSI ‘create activity’ button is marked as private in the portal
  • copied activities are marked as private in the portal
  • hide security questions references
  • first time logging in with Schoology will ask the user if they are a student or teacher and then ask the user for more information to finish setting up their account
  • stats in misc/stats.json are updated to include lightweight activities runs

This is also the first release with the form vX.X, that form of version numbering should be easier to refer to.

Imports Galore

13 Aug 01:59
Compare
Choose a tag to compare

This release added support for importing Schools, Districts, Users, and Activities.

  • Also the old SIS importing code was removed.
  • Schoology login and plugin support was added
  • The initial setup for developers was simplified
  • Editing of LARA activities from the portal is now done by default in an iframe
  • LARA activities copied in the portal are automatically published back to that portal.
  • A simplified set of portal options is shown to the author when editing in an iframe
  • A new itsi theme was added to ease the adoption by ITSI teachers
  • A collection menu is optionally available in the top bar
  • A card view of Collections are shown when a teacher first logs in.
  • The tab view of materials is now changed to a drop down menu.
  • The progress bars seen by students update themselves automatically every 10 seconds
  • If a user is an author in the portal, when they log into LARA they automatically become an author in LARA
  • If you know the a class's classword there is now an public API to get information about that class (this does not include student names)
  • A theme can replace the words "material", "materials", and "Instructional Materials". ITSI has replaced them with "activity", "activities", and "Activities".

ITSI Migration Madness

24 Jun 01:39
Compare
Choose a tag to compare

New Features

  • authored by me filter in search
  • link to NCES info from the school info in portal
  • users can change their password from the preferences page
  • warning and info messages are more obvious and readable
  • Project support
    • project names sorted in search filter
    • users can be associated with projects
    • portal has default project
    • projects can add links to the menu bar, these are only shown to users associated with the project
    • interactives can be associated with projects
  • bin view has URL anchors
  • bin view supports 'other materials/activities' bin which lists all authors and their work
  • show help link next to user name in the upper right

Bug Fixes

  • fix pagination bug in search results
  • fix classword handling: whitespace no longer maters
  • fix search results which could be broken by invalid html from truncated material descriptions.
  • fix issue with arg block report redirection

Other

  • improve cucumber tests