Commit Graph

279 Commits (master)

Author SHA1 Message Date
Ryan c31256dde3 [inventory] don't double-link the children by appending it twice 2020-01-21 17:13:40 -08:00
Ryan 88576efc04 [inventory] child action needs to exist with new routing
even though it's just forwarding to #new, this is easier than fighting the routes
2020-01-21 17:13:00 -08:00
Ryan 2687c138bb [inventory] unpad card partial 2020-01-21 17:12:26 -08:00
Ryan a2415a8793 [logbooks] log entries can be loaded by giving a permitted params block to find_from_params 2020-01-20 22:58:15 -08:00
Ryan 35138e6e77 [logbooks] [file_data] eliminate some nil variables from copypasting
must DRY more of this up!!
2020-01-20 22:57:27 -08:00
Ryan e1ece6f59e [review] [logbooks] add file_link_id to logbook children creator 2020-01-20 22:56:33 -08:00
Ryan fdcc3292b7 fix links to match new route helpers 2020-01-20 22:56:11 -08:00
Ryan 3135647278 [metadatum] show ten most recent in controller
this is pretty useless.
2020-01-20 22:23:15 -08:00
Ryan 8f8bcc8d65 [metadatum] make Metadatum#hydrate_links public 2020-01-20 22:23:15 -08:00
Ryan 32619b5fd2 [logbookgs] add tags to form partial 2020-01-20 22:23:15 -08:00
Ryan 0b710007e6 [files] [logbooks] working on the interstitial idea
I think I want the interstitial to only be in the metadatum view, but it can be overridden for
things which I want a special render or action set
2020-01-20 22:23:15 -08:00
Ryan e8430249c5 [files] extract photo view to card 2020-01-20 22:17:58 -08:00
Ryan 9ea5fba407 [links] allow not defining a template_id
this is used by the dynamic tags stimulus controller
2020-01-20 22:17:06 -08:00
Ryan 2152fecf6a [links] i wonder how many more bad #count usages i will find 2020-01-20 22:16:43 -08:00
Ryan 137c68de00 [inventory] cleanup 2020-01-20 22:16:32 -08:00
Ryan 05abfcd015 [inventory] remove unused param element now that links are in place 2020-01-20 22:16:14 -08:00
Ryan 6fa14db987 [meta] don't mutate the input params in strip_links_from_params 2020-01-20 22:15:05 -08:00
Ryan 282814f37e [meta] routing changes, beginning to work out the interstitial model 2020-01-20 22:14:44 -08:00
Ryan f05b4766f1 [collections] downgrade flash 2020-01-20 21:09:30 -08:00
Ryan 9a2ca6bf3f [logbooks] fix error in card element 2020-01-20 14:32:08 -08:00
Ryan 1d056338fd simple UX cleanups 2020-01-20 13:13:15 -08:00
Ryan 49b1fc5f1b [metadata] remove tags from global UI and API
They are now managed as links.
2020-01-19 19:03:54 -08:00
Ryan 2d8ca74a30 [home] fix padding and in the cards 2020-01-19 18:57:30 -08:00
Ryan 71f4c6422c [metadata] script to migrate tags to Collection links 2020-01-19 18:57:10 -08:00
Ryan Rix ad127ef178 [meta] real minor style cleanups 2020-01-16 18:32:00 -08:00
Ryan Rix 4c5fc0535b [collections] stop trying to set controller_name everywhere, it's largely superfluous 2020-01-16 18:31:27 -08:00
Ryan Rix 2aa9c82d8c [dashboards] add dashboard link 2020-01-16 18:31:15 -08:00
Ryan Rix cca095e676 [meta] add missing vertical class to link-edit drop-downs 2020-01-15 16:42:38 -08:00
Ryan Rix 3df57c390e [inventory] leave a present for myself 2020-01-15 16:41:24 -08:00
Ryan Rix c7dd7f0ae4 [application] address bug in metadatum_update, add pending tests 2020-01-15 16:41:02 -08:00
Ryan Rix 4d42e10675 [collections] implement show and search 2020-01-15 16:40:41 -08:00
Ryan Rix 477e6ffa09 [home] add recent updates and streams to the home page 2020-01-15 16:14:34 -08:00
Ryan Rix 3eeeeae83a [application] make sure things have a minimum height 2020-01-15 16:14:20 -08:00
Ryan Rix f42c947b51 [meta] standardize card "api" 2020-01-15 16:14:07 -08:00
Ryan Rix 019c4627f4 [collections] don't print the result of #each 2020-01-15 15:45:29 -08:00
Ryan Rix 96c83fc3e2 [logbooks] remove else block with early return 2020-01-15 15:42:29 -08:00
Ryan Rix af1275d272 [meta] smaller fonts 2020-01-15 15:42:22 -08:00
Ryan Rix 235d2b54d0 [collections] define title for index action 2020-01-15 15:42:12 -08:00
Ryan Rix 51fed9ee0d [collections] fix missing method in card partial 2020-01-15 15:41:59 -08:00
Ryan Rix eeee669049 [collections] use metadum_{create,update} methods 2020-01-15 15:41:20 -08:00
Ryan Rix af2a0bef48 [meta] cleanup application controller 2020-01-15 15:41:05 -08:00
Ryan Rix e546aef46f [inventory] fix unit tests for new linking logic 2020-01-15 14:25:53 -08:00
Ryan Rix 5cec47536f [logbooks] redirect to logbook path after it's created 2020-01-15 14:25:47 -08:00
Ryan Rix b513a96b85 [logbooks] call the correct function for update path 2020-01-15 14:23:56 -08:00
Ryan Rix 17e3d59f10 [meta] fix argument name in strip_links_from_params function 2020-01-15 14:23:28 -08:00
Ryan Rix 8881bf9b10 [link_types] practice type is now "concerns"
probably need to think about a better way to do this than hardcoding the names everywhere.....
2020-01-15 14:22:55 -08:00
Ryan Rix 6ccc82779e [link_types] implement filter searching in index 2020-01-15 12:33:02 -08:00
Ryan Rix e35c32fef5 [link_types] move autocompletion to its own path 2020-01-15 12:32:38 -08:00
Ryan Rix bff9a797d0 [link_types] add link type views for edit, index, add to sidebar 2020-01-15 12:22:05 -08:00
Ryan Rix c096d5bc46 [logbooks] change seed from practice to concerns since logbooks are generic 2020-01-15 12:21:37 -08:00