Tony CHEMIT pushed to branch feature/issue_2478_well_plan at ultreiaio / ird-observe Commits: b46e19e4 by Tony Chemit at 2022-10-20T20:54:12+02:00 UI - add newCollectionTableCellRenderer - - - - - 84fdeb6f by Tony Chemit at 2022-10-20T20:54:20+02:00 UI - add rowDecorator to EditableTableModel - - - - - 80f3fd44 by Tony Chemit at 2022-10-20T20:54:24+02:00 UI - Open ContentTableUITableModel.moveTo method to deal with complex cases we can not program :( - - - - - 99767b26 by Tony Chemit at 2022-10-20T20:54:28+02:00 UI - Improve GenerateContentTableUITableModel to generate more render - - - - - cf232029 by Tony Chemit at 2022-10-20T20:54:32+02:00 update pom - - - - - acdd22d3 by Tony Chemit at 2022-10-21T03:11:52+02:00 Validation - Fix order in generated validators - - - - - cd59d0b3 by Tony Chemit at 2022-10-21T07:48:51+02:00 UI - Open SaveContentOpenableUIAdapter.adaptUi method ( - - - - - c9f9a807 by Tony Chemit at 2022-10-21T07:48:58+02:00 Review Usage model - Persistence (to get mandatory and optional data usages) - - - - - 7e84d4aa by Tony Chemit at 2022-10-21T07:58:47+02:00 Review Usage model - Service (to get mandatory and optional data usages) - - - - - 0abe6943 by Tony Chemit at 2022-10-21T07:59:23+02:00 Review Usage model - UI (to get mandatory and optional data usages) - - - - - 25a248d4 by Tony Chemit at 2022-10-21T08:08:46+02:00 Review Usage model - RootOpenableService tests (to get mandatory and optional data usages) - - - - - f772899e by Tony Chemit at 2022-10-21T08:11:34+02:00 Review Usage model - OpenableService tests (to get mandatory and optional data usages) - - - - - 8da1a888 by Tony Chemit at 2022-10-21T08:13:25+02:00 Review Usage model - UsageService tests (to get mandatory and optional data usages) - - - - - 142328f5 by Tony Chemit at 2022-10-21T08:21:58+02:00 Review Usage model - UsageService tests (to get mandatory and optional data usages) - - - - - fe4da298 by Tony Chemit at 2022-10-21T18:24:05+02:00 UI - InLine Table - add move possible and improve focus a bit - - - - - 0f35e6d3 by Tony Chemit at 2022-10-21T18:24:13+02:00 UI - Fix ps.logbook.SampleSampleSpecies form save - - - - - be5d30b8 by Tony Chemit at 2022-10-21T18:24:16+02:00 UI - Fix ps.logbook.SampleSampleSpecies form focus - - - - - a024e87e by Tony Chemit at 2022-10-21T18:24:25+02:00 Add ps_logbook Well new model (dto and persistence and i18n) - - - - - c0c84d7c by Tony Chemit at 2022-10-21T18:24:25+02:00 Add ps_logbook Well new model (api fixtures) - - - - - 7dbe68d2 by Tony Chemit at 2022-10-21T18:24:26+02:00 Add ps_logbook Well new model (server mapping) - - - - - add64814 by Tony Chemit at 2022-10-21T18:24:26+02:00 Add ps_logbook Well new model (persistence resources) - - - - - 9f658b49 by Tony Chemit at 2022-10-21T18:24:26+02:00 Add ps_logbook Well new model (persistence tests) - - - - - 308ce1e4 by Tony Chemit at 2022-10-21T18:24:26+02:00 Add ps_logbook Well new model (validation) - - - - - d09a77c6 by Tony Chemit at 2022-10-21T18:24:26+02:00 Add ps_logbook Well new model (services tests) - - - - - a1401e55 by Tony Chemit at 2022-10-21T18:24:26+02:00 Add ps_logbook Well new model (add new service TripService.getLogbookWellPlanActivities for future ui) - - - - - 82da3d49 by Tony Chemit at 2022-10-21T18:24:27+02:00 Add ps_logbook Well new model (fix ui generators, new cases... Should really rethink this generator) - - - - - 3e0efa5b by Tony Chemit at 2022-10-21T18:24:27+02:00 Add ps_logbook Well new model (persistence - avdth migration) - - - - - 0115d14f by Tony Chemit at 2022-10-21T18:24:27+02:00 Add ps_logbook Well new model (update server public doc) - - - - - d86fefac by Tony Chemit at 2022-10-21T18:24:27+02:00 Add ps_logbook Well new model (adapt reports) - - - - - ea32c790 by Tony Chemit at 2022-10-21T18:24:27+02:00 Add ps_logbook Well new model (ui) - - - - - 305369c3 by Tony Chemit at 2022-10-21T18:24:27+02:00 Add ps_logbook Well new model (specification) - - - - - eea0e65e by Tony Chemit at 2022-10-21T18:24:27+02:00 Add ps_logbook Well new model (ui) - - - - - 30 changed files: - .gitignore - client/core/src/main/java/fr/ird/observe/client/datasource/usage/UsageForDisplayUIHandler.java - client/core/src/main/java/fr/ird/observe/client/util/table/EditableTableModel.java - client/core/src/main/java/fr/ird/observe/client/util/table/JXTableUtil.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ContentUIHandler.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/open/actions/SaveContentOpenableUIAdapter.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/rlist/ContentRootListUIHandler.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/ropen/ContentRootOpenableUIHandler.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/table/ContentTableUIHandler.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/data/table/ContentTableUITableModel.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/EditableTable.java - + client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/InlineAutoSelectWithMoveUpAndDownShowPopupAction.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/AddNewRow.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/DeleteSelectedRow.java - client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/EditableTableAction.java - + client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/MoveBottom.java - + client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/MoveDown.java - + client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/MoveTop.java - + client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/MoveUp.java - + client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/content/ui/table/action/SortableEditableTableAction.java - client/datasource/editor/ps/src/main/capabilities/fr/ird/observe/client/datasource/editor/ps/data/common/TripLogbookUI.capabilities - client/datasource/editor/ps/src/main/i18n/getters/jaxx.getter - client/datasource/editor/ps/src/main/i18n/getters/navigation.getter - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/WeightCategoryHelper.java - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/common/TripLogbookUI.jaxx - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/SampleSpeciesUIHandler.java - + client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/WellActivitySpeciesTableModel.java - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/TripWellPlanUI.jaxx → client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/WellActivityUI.jaxx - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/TripWellPlanUI.jcss → client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/WellActivityUI.jcss - client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/TripWellPlanUITableModel.java → client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/logbook/WellActivityUIHandler.java The diff was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/0ea1327fe8bcaaf91ad2f8c30... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/0ea1327fe8bcaaf91ad2f8c30... You're receiving this email because of your account on gitlab.com.