SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/components/pinboard/const/shortcuts.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  TaxonNames: {
    shortcut: 'b',
    path: '/tasks/nomenclature/browse',
    param: 'taxon_name_id'
  },
  CollectionObjects: {
    shortcut: 'c',
    path: '/tasks/collection_objects/browse',
    param: 'collection_object_id'
  },
  Otus: {
    shortcut: 'o',
    path: '/tasks/otus/browse',
    param: 'otu_id'
  },
  CollectingEvents: {
    shortcut: 's',
    path: '/tasks/collecting_events/browse',
    param: 'collecting_event_id'
  }
}