Opened 9 years ago
Closed 7 years ago
#2560 closed feature request (done)
Enable uploading and downloading of characteristic values in okb
Reported by: | abeham | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Services.OKB | Version: | 3.3.13 |
Keywords: | Cc: |
Description
After discussion with ascheibe it has been decided:
- QueryService will get a method to download all characteristics for a certain problem id
- RunCreationService will get a method to add a characteristic for a certain problem id
Change History (20)
comment:1 Changed 9 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 9 years ago by abeham
comment:3 Changed 9 years ago by abeham
- Added clients methods for the new service methods
- Added partial class for the dto value classes of the run creation client so that one doesn't have to specify the DataType field
- Added missing license header to UnknownCharacteristicType
comment:4 Changed 9 years ago by abeham
r13511: Moved both get and set characteristic values functionality to run creation service
comment:5 Changed 9 years ago by abeham
r13513: fixed problem of characteristic values getting overridden
comment:6 Changed 9 years ago by abeham
- Updated clients (moving of all characteristic service methods to run creation service)
- Adapted OKB problem view to display characteristic values for the instances
comment:7 Changed 9 years ago by abeham
r13535: altered plugin dependency
comment:8 Changed 9 years ago by abeham
r13540: added loading of characteristic calculators into OKB problem view
comment:9 Changed 9 years ago by abeham
r13550: changed characteristic calculator to output IItem instead of double
comment:10 Changed 9 years ago by abeham
r13552: fixed okb problem view, forgot to commit change
comment:11 Changed 9 years ago by abeham
- Owner changed from abeham to ascheibe
- Status changed from accepted to reviewing
comment:12 Changed 9 years ago by gkronber
Because of #2568 the visibility of UpdateColumnHeaders has to be changed from protected to public
comment:13 Changed 9 years ago by abeham
comment:14 Changed 8 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from reviewing to assigned
Reviewed the changes, just two minor remarks:
- The Fitness Landscape Analysis tab in the OKB problem view misses column headers.
- I'm not sure what gkronber's comment means; do you have to react in some way to this?
Other than that I think everything looks good.
comment:15 follow-up: ↓ 16 Changed 8 years ago by abeham
- Milestone changed from HeuristicLab 3.3.14 to HeuristicLab 3.3.15
There are some additions to HeuristicLab.Optimization and HeuristicLab.Optimization.Views, but I think we can safely ignore them for the next release.
comment:16 in reply to: ↑ 15 Changed 7 years ago by gkronber
Replying to abeham:
There are some additions to HeuristicLab.Optimization and HeuristicLab.Optimization.Views, but I think we can safely ignore them for the next release.
Should we postpone this again to 3.3.16?
comment:17 Changed 7 years ago by abeham
- Owner changed from abeham to gkronber
- Status changed from assigned to reviewing
comment:18 Changed 7 years ago by gkronber
comment:19 Changed 7 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:20 Changed 7 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
r13501: added service methods