Skip to content

Cocoda 0.7.0

Compare
Choose a tag to compare
@stefandesu stefandesu released this 17 Jan 13:11
· 1819 commits to dev since this release
fb5938e
  • Implement new concept scheme selection component: (#155)
    • New design.
    • Search for schemes.
    • Add schemes to favorites, remove schemes from favorites.
    • Filter schemes by available language. (#246)
  • Favorite concepts are now accessible from the navigation bar. (#242)
  • Settings screen redesign: (#173)
    • Split up into tabs.
    • New settings. (e.g. #187)
    • List of data sources (option to turn individual sources on or off will be added later).
  • Concept Detail: Add search links. (#220)
  • Concept Tree: Reduce height when there is no hierarchy. (#221)
  • Mapping Editor: A comment or note can be added with the button in the bottom left corner. (#229)
  • Mapping Browser: Info icon to show details about a mapping. (#201)
  • Mapping Browser: The currently edited mapping will now be highlighted depending on the save status. (#157)
  • In Item Detail, Mapping Editor, and Mapping Detail is now a small JSKOS export button in the bottom right corner. It will open an export modal with the JSKOS object and export options. (#230)
  • New keyboard shortcuts: (#13)
    • ctrl/cmd + k: add comment to the current mapping
    • ctrl/cmd + shift + c: clear current mapping
    • ctrl/cmd + shift + f: switch scheme on left side
    • ctrl/cmd + f: search for concept on left side
    • ctrl/cmd + shift + g: switch scheme on right side
    • ctrl/cmd + g: search for concept on right side
    • Note that these keyboard shortcuts might not be final, but before changing anything we will add an option to configure custom shortcuts for each of these actions.
  • Fix a lot of bugs.
  • Refactoring of core parts of the application.
  • More very small changes.