Actions
Notes » History » Revision 68
« Previous |
Revision 68/130
(diff)
| Next »
Alexander Watzinger, 2020-09-07 16:13
- Table of contents
- Frontend
- Backend
- Unsorted ideas
A collection of ideas that haven't made it into an own ticket yet.
Frontend¶
Maps¶
- Refactor all parameters to one big variable
- Add an additional area where existing geometries are shown (don't use label "features")
- In e.g. person view "blue" (selected) marker can vanish behind "grey" markers if they get out of focus when zooming in and later should reappear when zooming out again
- Advanced options for GeoNames search (e.g. select categories, fuzzy or not, ..)
- Show new marker when entering coordinates
- Search function for existing entities on map
- Show type-tree instead only type name i.e. details on the map, maybe with a tool tip
- Click on intersecting polygons (look at MedCem project)
jsTree¶
- How to remove nodes from jsTree (e.g. remove self from selection)
Forms¶
- Disable save if JavaScript is disabled
- Places, add if not existing in same form (residence, first/last). Implementation could be a simplified add_place Ajax form to not leave the current form.
- At actors forms visually combine begin/end places with begin/end places
- Don't show fields with no content e.g. residence if there are no places
Documentation¶
- Manual: workflow examples for e.g. how to enter actor professions, sub units, ...
- Manual or Redmine: Add database description from MEDCON/ARCHE
Settings¶
- Add a default value to settings and show if they are changed in views
- List fields: make buttons instead of white-space separated strings (e.g. feedback mail receiver)
Backend¶
Performance¶
- Delete multiple
- Better debug info (don't reset infos after redirect)
- Place links e.g. https://dppopenatlas.oeaw.ac.at/actor/view/44788
- http://pgtune.leopard.in.ua/
- Update nodes, update GIS:
At the moment when a main entity (e.g. source) is updated all types are delete and types selected in the form are saved (again).
For better traceability and performance refactor so that already linked types aren't deleted and saved again. The same goes for GIS data.
Import¶
- Dates
- Implement B.C. dates
- Warn if inconsistent dates (e.g. begin for end)
- Warn if missing dates (e.g. begin_to without begin_from)
Unsorted ideas¶
- Option to delete a type with all sub types and links
- Refactor system_types and view_class
- Anonymous names
- Run tests from command line and write to install
- Installation script and/or Debian packages
- Multi instance capability #924
- Annotate text
- Analytic capabilities
- Image gallery - restructure directory structure, thumbnails creation, options to adjust sizes (only width?)
- Show membership at appears first if available
- Functionality to track climate date values (time rows)
- Export - compress files
Updated by Alexander Watzinger over 2 years ago · 68 revisions