Project

General

Profile

Actions

feature request #9939

closed

Implement specimen status in TaxEditor

Added by Andreas Müller about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Highest
Assignee:
Category:
taxeditor
Target version:
Start date:
03/11/2022
Due date:
03/31/2022
% Done:

100%

Estimated time:
Severity:
major
Tags:

Description

follow up for #2506

In #2506 a new set-based field DerivedUnit.status was added. Editing this field needs to be implemented in TaxEditor.
The field is meant for status like "lost", "not seen", "destroyed" etc.


Related issues

Related to EDIT - bug #9965: Newly created derived unit is not shown in selection dialogClosedKatja Luther03/07/202203/29/2022

Actions
Related to EDIT - feature request #10003: Implement specimen status in Data portalClosedAndreas Müller04/29/202205/04/2022

Actions
Related to EDIT - feature request #10021: Add concatenated label instead of "+" beside section label for collectionsNewKatja Luther

Actions
Follows EDIT - feature request #2506: (Type-) Specimens may need statusClosedAndreas Müller

Actions
Actions #1

Updated by Andreas Müller about 2 years ago

  • Due date set to 07/26/2011
  • Start date changed from 02/15/2022 to 07/26/2011
  • Follows feature request #2506: (Type-) Specimens may need status added
Actions #2

Updated by Andreas Müller about 2 years ago

  • Due date deleted (07/26/2011)
  • Start date deleted (07/26/2011)
Actions #3

Updated by Andreas Müller about 2 years ago

  • Priority changed from New to Highest
  • Severity changed from normal to major
Actions #4

Updated by Andreas Müller about 2 years ago

  • Tags changed from specimen to specimen, 5.31
Actions #5

Updated by Andreas Müller about 2 years ago

  • Target version changed from Release 5.45 to Release 5.31
Actions #6

Updated by Katja Luther about 2 years ago

Adapt a portal test with this status.

Actions #7

Updated by Andreas Müller about 2 years ago

  • Due date set to 03/25/2022
  • Start date set to 03/11/2022
Actions #8

Updated by Andreas Müller about 2 years ago

  • Tags changed from specimen, 5.31 to specimen
Actions #9

Updated by Katja Luther about 2 years ago

  • Status changed from New to In Progress

To make it more flexible we should add a vocabulary with the terms, otherwise we have to add the terms in a static way and adding a new occurence status type would need to adapt the implementation.

Actions #10

Updated by Katja Luther about 2 years ago

  • % Done changed from 0 to 10
Actions #11

Updated by Andreas Müller about 2 years ago

Katja Luther wrote in #note-9:

To make it more flexible we should add a vocabulary with the terms, otherwise we have to add the terms in a static way and adding a new occurence status type would need to adapt the implementation.

There is already a vocabulary. See OccurrenceStatusType.csv.

But more relevant than the vocabulary is the termType, which is OST ("OccurrenceStatusType").

Or I fully misunderstand your comment.

Actions #12

Updated by Katja Luther about 2 years ago

  • % Done changed from 10 to 40

Andreas Müller wrote in #note-11:

Katja Luther wrote in #note-9:

To make it more flexible we should add a vocabulary with the terms, otherwise we have to add the terms in a static way and adding a new occurence status type would need to adapt the implementation.

There is already a vocabulary. See OccurrenceStatusType.csv.

But more relevant than the vocabulary is the termType, which is OST ("OccurrenceStatusType").

Or I fully misunderstand your comment.

Sorry this was a mistake...
A first implementation is available now.

Actions #13

Updated by Andreas Müller about 2 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 40 to 70
Actions #14

Updated by Katja Luther about 2 years ago

  • Assignee changed from Katja Luther to Andreas Müller

please review.

Actions #15

Updated by Andreas Müller about 2 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Andreas Müller to Katja Luther
  • % Done changed from 70 to 80

Generally this works. Only the location in the UI should be improved. Currently it is too much hidden.

For DerivedUnit DetailsView I suggest to put it at the end of the "General" section. Same for the DerivedUnitFacade DetailsView/Dialogue.

Also it would be nice to have a summary label beside the label "Status" which concatenates all status if there are any. However, this is a nice to have and probably a general issue for all lists or expandable sections, so it does not need be solved in this ticket if difficult.

Actions #16

Updated by Katja Luther about 2 years ago

  • Status changed from Feedback to Resolved
  • Assignee changed from Katja Luther to Andreas Müller

Andreas Müller wrote in #note-15:

Generally this works. Only the location in the UI should be improved. Currently it is too much hidden.

For DerivedUnit DetailsView I suggest to put it at the end of the "General" section. Same for the DerivedUnitFacade DetailsView/Dialogue.

Now, the status is between pref. stable uri and publish flag. for all details views/dialogues.

Also it would be nice to have a summary label beside the label "Status" which concatenates all status if there are any. However, this is a nice to have and probably a general issue for all lists or expandable sections, so it does not need be solved in this ticket if difficult.

This is implemented as well.

Actions #17

Updated by Andreas Müller about 2 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Andreas Müller to Katja Luther
  • % Done changed from 80 to 90

The selection is now at a better place, so we can close this ticket.

There are only very few nice to haves that might go into a follow up ticket if not being no-brainers

  • The space above should be less and the space below should be more (the collapsed line should be in the middle between "Pref. Stable URI" and "Publish"
  • the summary is not automatically updated, but only after reloading the details view
  • we may discuss if the "+" beside the summary is still needed with the summary being their; I guess it is not necessary but not sure

Issues 2 and 3 are of general interest for al such lists and collapsed sections. Maybe we can create a new ticket saying that such summaries should be implemented everywhere and the "+" should be replaced, and we give the specimen status as example how it should look like and be implemented.

Actions #18

Updated by Katja Luther about 2 years ago

Andreas Müller wrote in #note-17:

The selection is now at a better place, so we can close this ticket.

There are only very few nice to haves that might go into a follow up ticket if not being no-brainers

  • The space above should be less and the space below should be more (the collapsed line should be in the middle between "Pref. Stable URI" and "Publish"

The above space is because the uri field needs the space for the error message.

  • the summary is not automatically updated, but only after reloading the details view
  • we may discuss if the "+" beside the summary is still needed with the summary being their; I guess it is not necessary but not sure

Issues 2 and 3 are of general interest for al such lists and collapsed sections. Maybe we can create a new ticket saying that such summaries should be implemented everywhere and the "+" should be replaced, and we give the specimen status as example how it should look like and be implemented.

Actions #19

Updated by Andreas Müller about 2 years ago

  • Related to bug #9965: Newly created derived unit is not shown in selection dialog added
Actions #20

Updated by Andreas Müller about 2 years ago

Actions #21

Updated by Andreas Müller about 2 years ago

  • Due date changed from 03/25/2022 to 03/31/2022
Actions #22

Updated by Katja Luther about 2 years ago

  • Status changed from Feedback to Resolved
  • Assignee changed from Katja Luther to Andreas Müller

Removed the '+'

Actions #23

Updated by Andreas Müller about 2 years ago

  • Status changed from Resolved to Closed
  • Assignee changed from Andreas Müller to Katja Luther
  • % Done changed from 90 to 100

Works as expected now.

Actions #24

Updated by Andreas Müller about 2 years ago

  • Related to feature request #10021: Add concatenated label instead of "+" beside section label for collections added
Actions #25

Updated by Andreas Müller about 2 years ago

Andreas Müller wrote in #note-17:

Issues 2 and 3 are of general interest for al such lists and collapsed sections. Maybe we can create a new ticket saying that such summaries should be implemented everywhere and the "+" should be replaced, and we give the specimen status as example how it should look like and be implemented.

Created a new ticket for the general case: #10021

Actions

Also available in: Atom PDF