⇤ ← Revision 1 as of 2008-06-02 15:12:24
Size: 527
Comment:
|
Size: 1008
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
A rather old version is might be up at https://www.hlp.rochester.edu/scheduler/ but is likely down or misconfigured 99% of the time. The source of the current (developtment) version is available via Bazaar if you already have an account on the HLP system: {{{ bzr checkout ~awatts/django_apps/labscheduler labscheduler }}} locally or {{{ bzr checkout bzr+ssh://username@slate.hlp.rochester.edu:/Users/awatts/django_apps/labscheduler labscheduler }}} remotely. |
Lab Scheduler
The lab scheduler will keep track of information about subjects and allow them to self-schedule using a web-based application. It is written in Python using the [http://www.djangoproject.com/ Django] framework. The UI is written in HTML, CSS, and Javascript. The backend might also include a separate (third party) calendaring system that is communicated with via JSON RPC.
A rather old version is might be up at https://www.hlp.rochester.edu/scheduler/ but is likely down or misconfigured 99% of the time.
The source of the current (developtment) version is available via Bazaar if you already have an account on the HLP system:
bzr checkout ~awatts/django_apps/labscheduler labscheduler
locally or
bzr checkout bzr+ssh://username@slate.hlp.rochester.edu:/Users/awatts/django_apps/labscheduler labscheduler
remotely.