Task #8294 (closed)
Scripts & Activities
| Reported by: | wmoore | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton, dgaudioso |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-04-24 (13) |
Description
Known issue:
Need to be able to run scripts, view progress in activities, display results and follow links to results.
Also check that delete appears OK in activities panel.
Change History (20)
comment:1 Changed 7 years ago by dgaudioso
comment:2 Changed 7 years ago by dgaudioso
Once that is fixed, I can go about doing the script activity panel.
comment:3 Changed 7 years ago by wmoore
This can be fixed by removing the comments on this line in base_container.html
<!--{% include "webclient/base/activities_info.html" %} -->
I have already done this and committed to a different branch. This is dom_ui rebased on 7339_tabs. Need to discuss getting branches all synced up again.
comment:4 Changed 7 years ago by dgaudioso
- Owner changed from dgaudioso to wmoore
comment:5 Changed 7 years ago by dgaudioso
Ok, I've cleaned this up.
What I need, pursuant to our earlier discussion, are two states:
1) A running state - this can be just a div placed inside the activities box
2) Number of finished items - a span with a number, placed inside the activities box.
comment:6 Changed 7 years ago by wmoore
I was about to work on this just now, but you haven't pushed your code to github yet, so it'll have to wait....
comment:7 Changed 7 years ago by wmoore
- Cc dgaudioso added
comment:8 Changed 7 years ago by wmoore
Dom: I was about to work on this just now, but you haven't pushed your code to github yet, so it'll have to wait....
comment:9 Changed 7 years ago by dgaudioso
Code was pushed for this first thing this morning.
comment:10 Changed 7 years ago by wmoore
- Owner changed from wmoore to dgaudioso
https://github.com/Domgaudioso/openmicroscopy/commit/baa7387dc5c13babe3840848e612471cca3a3b83 and https://github.com/Domgaudioso/openmicroscopy/commit/9f213b993b936fbdb960c25c4b37fcfa008979ee on dom_ui branch.
Back to Dom for final tidy!
comment:11 Changed 7 years ago by dgaudioso
A few bugs on this one. Will, you may have to sort this one. Changing status over to you for now.
comment:12 Changed 7 years ago by dgaudioso
- Owner changed from dgaudioso to wmoore
comment:13 Changed 7 years ago by dgaudioso
I have reinserted this into the interface. There are a few bugs associated with it that needs fixing, so I'm changing the ownership to Will
comment:14 Changed 7 years ago by wmoore
- Sprint set to 2012-04-24 (13)
comment:15 Changed 7 years ago by wmoore
- Status changed from new to accepted
comment:16 Changed 7 years ago by wmoore
- Owner wmoore deleted
- Status changed from accepted to new
comment:17 Changed 7 years ago by dgaudioso
- Resolution set to fixed
- Status changed from new to closed
comment:18 Changed 7 years ago by Will Moore <will@…>
(In [c0cfe1edae5eb4447376bfc2722cef86ee198613/ome.git] on branch develop) Turned on activities display panel. See #8294
comment:19 Changed 7 years ago by Will Moore <will@…>
(In [d533405d30e394c165e0353742bdd3f29d71e2ea/ome.git] on branch develop) Activities results display. See #8294
Keep a count of new results - these are set to 0 as soon as the user looks at
activities results. Also indicate if any scripts are in progress.
Added back 'delete' results.
Fixed the show/hide of scripts menu and activities panel - shouldn't
both be visible at any time
comment:20 Changed 7 years ago by Will Moore <will@…>
(In [a22ec9c4d318ba090ea6e81942f058bdc174c04b/ome.git] on branch develop) New activities results highlighted. See #8294
I think this is broken, and it's not in my realm to fix. I've tried running a few scripts and they won't run. You also mentioned that running a script should open a new window. It doesn't - the whole page just redirects.
Will you may need to take a look at this.