Differences between revisions 1 and 2
Revision 1 as of 2008-06-02 15:12:24
Size: 527
Editor: platypus
Comment:
Revision 2 as of 2008-06-02 15:16:39
Size: 1008
Editor: platypus
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.

AndrewWattsProjectsLabScheduler (last edited 2008-06-09 17:07:54 by platypus)

MoinMoin Appliance - Powered by TurnKey Linux