Skip to content

Recording user interactions with programming tools in Squeak/Smalltalk

Notifications You must be signed in to change notification settings

hpi-swa-lab/StarTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StarTrack

A library for tracking user interactions with programming tools in Squeak/Smalltalk.

Beware that, if you install this, central methods of programming tools will be modified.

Installation

How to install

  1. Get Squeak 6.0 or later
  2. Load Metacello
  3. Finally, load StarTrack with the following command:
Metacello new
  baseline: 'StarTrack';
  repository: 'github://hpi-swa-lab/StarTrack/packages';
  load.

Entry Points

  1. Start a server: Execute STServer startServer
  2. Change whether events are stored locally or remote: Browse STTracker class>>#isStoringEventsLocally
  3. Change upload parameters: Browse constants category of STTracker class
  4. Explore the upload process: Browse STTracker class>>#ensureScheduledTask

About

Recording user interactions with programming tools in Squeak/Smalltalk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published