The web user should also be able to change the format of time stamps.
Creation time should not have underscore and same with monitor_id. For
completed job there should be a time stamp for how long the job took.

On 4/25/07, Timothy Clemans <[EMAIL PROTECTED]> wrote:
> I like it a lot. A lot of job ids are repeated. It says 449 jobs but I
> don't see nearly that many. You need an HTML title. I don't have
> access to sage.math so I can't start jobs.
>
> There should be say a WebSAGE server that this app would be apart of
> and admin(s) chose whether or not to enable it, the notebook, and
> wiki.
>
> On 4/25/07, alex clemesha <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > I've been working on making a web interface to dsage, check it out:
> > http://sage.math.washington.edu:8888/
> > made with Twisted, MochiKit and sqlite.
> >
> > Couple of notes:
> > This is an Ajax app, I've only viewed it in Firefox, but I will support
> > FF, IE6 and IE7, Safari, Opera (via the excellent js library MochiKit,
> > http://mochikit.com )
> >
> > 'SELECT STATUS OF TYPE' is not turned on yet, would that be a good addition?
> > there could be efficiency issues with very large dynamically changing stats
> > in browsers,
> > right now the view is basically:
> > jobs_you_are_seeing = [random.choice(query_result) for _ in range(20)]
> >
> > One feature I will be putting in is a 'user console' to manage one's
> > personal
> > jobs, (ie, view stats, starting, stopping, uploading new jobs).
> > I have code that will enable this feature to be *SSL and
> > cookie-based-session enabled*
> >
> > Other thoughts? Other stat views? Feature requests, styling issues? This
> > code is alpha-ish, so be nice ;)
> >
> > Now start some jobs on sage.math and view their status!
> >
> > -Alex
> >
> >
> > p.s.
> > This server was started running this command in the dir
> > /home/agc/dsage_stats on sage.math:
> >
> > $ sage td.py -oy dsage_stats_server.tac
> >
> > to kill the server started in this way type (in the same dir):
> >
> > $ kill -9 `cat twistd.pid`
> >
> >
> >  > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to