pantheracorp / PantheraIDS_Features

A repository for any feature requests related to PantheraIDS
0 stars 0 forks source link

DV-538 ⁃ Refactor code in Tables module to show all edits in species and individual table #491

Open sync-by-unito[bot] opened 9 months ago

sync-by-unito[bot] commented 9 months ago

by working on https://pantheracorporation.atlassian.net/browse/DV-231 we can resolve this issue. Rather work on that task, its a more elegant approach to handling this situation.

For server databases in the Data Explorer>Tables module, we seem to be filtering for the latest edit in the Species Observation table. This is incorrect, the Metadata table should return the latest edit, while as the Species Observation table should return all edits that were made to a record.

Also need to assess the Individual Observation table too; the species table and the individual table should behave in the same way.

We filter by DateTimeInput

┆Issue is synchronized with this Jira Task by Unito

sync-by-unito[bot] commented 9 months ago

➤ Isaiah Lekay commented:

Thabied Majal Melvin Ollewagen Tafadzwa Mutero Valentine Tawira Shannon Dubay Unless we have a reason for filtering the Species table for databases on the server, a quick fix would be to just comment out where we filter by 'DateTimeInput'

sync-by-unito[bot] commented 8 months ago

➤ Shannon Dubay commented:

Note- by working on https://pantheracorporation.atlassian.net/browse/DV-231 ( https://pantheracorporation.atlassian.net/browse/DV-231|smart-link ) we can resolve this issue. Rather work on that task, its a more elegant approach to handling this situation.