Skip to content

Commit

Permalink
features documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
herzhenr committed Dec 2, 2024
1 parent 6008f74 commit 629dc7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 19 deletions.
23 changes: 12 additions & 11 deletions docs/Feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,27 @@
### Customization

- [ ] Show amount of mappings in each project in the project list
- [ ] Show people who have access to each project in the list
- [x] Show people who have access to each project in the list
- [ ] Show information about the Code System Roles for each project in the overview (Maybe list of source Role names and target role names)
- [ ] Table: toggle columns (created, modified) and alow to toggle comments. Advanced: Maybe also allow to select which codeSystemroles to show.
- [ ] System/Dark/Light Switch
- [ ] Table: Dont show created and modified by default, but make it customizable to shown them see [Column Toggle](https://v3.primevue.org/datatable/#column_toggle)
- [ ] Allow Rezising of Columns see [Column Resize](https://v3.primevue.org/datatable/#column_resize)
- [ ] Table: Add new element in popup, add dleete for single elements and select to delete multiple see [PrimeView](https://v3.primevue.org/datatable/#dtproducts)
- [ ] Table Size (Small, Medium, Large) see [PrimveVue Datatables](https://v3.primevue.org/datatable/#size)
- [ ] Table: Show Gridlines see [PrimveVue Datatables](https://v3.primevue.org/datatable/#gridlines)
- [ ] Table: Show Striped rows see [PrimveVue Datatables](https://v3.primevue.org/datatable/#striped)
- [ ] Table: Filters
- [x] Table: Don't show created and modified by default, but make it customizable to shown them see [Column Toggle](https://v3.primevue.org/datatable/#column_toggle)
- [ ] Allow Resizing of Columns see [Column Resize](https://v3.primevue.org/datatable/#column_resize)
- [x] Table: Add new element in popup, add delete for single elements and select to delete multiple see [PrimeView](https://v3.primevue.org/datatable/#dtproducts)
- [x] Table Size (Small, Medium, Large) see [PrimveVue Datatables](https://v3.primevue.org/datatable/#size)
- [x] Table: Show gridlines see [PrimveVue Datatables](https://v3.primevue.org/datatable/#gridlines)
- [x] Table: Show striped rows see [PrimveVue Datatables](https://v3.primevue.org/datatable/#striped)
- [x] Table: Filters
- [ ] Table: Store current state either in local or session storage. Local storage is good i think, but make an option to delete/reset the state (For one table and also for the whole app in settings)
- [ ] Table: Select rows and allow to export them maybe in the future open a dialog to choose between exporting them to a file or importing them in another / a new Project
- [ ] Save the state of the [mapping table](src/components/mappingList/MappingList.vue) in the local storage

## Ui Tutorial

- [ ] e.g. multiple sort can be selected by clicking on the sort button and selecting multiple sorts

## Landing Page

- [ ] Nice images describing key features (e.g Table with Filtering, Sorting, selecting/editing rows etc.)
- [ ] Link to GitHub with Backend and Frontend Repository
- [ ] Maybe small about page (Mapper is a project at the FAU from 2 students supervised by ...)
- [x] images describing key features (e.g Table with Filtering, Sorting, selecting/editing rows etc.)
- [x] Link to GitHub with Backend and Frontend Repository
- [x] Maybe small about page (Mapper is a project at the FAU from 2 students supervised by ...)
8 changes: 0 additions & 8 deletions docs/TODOS.md

This file was deleted.

0 comments on commit 629dc7c

Please sign in to comment.