Some UX improvements
This commit is contained in:
parent
48c0067076
commit
8c81237501
81 changed files with 791 additions and 151 deletions
|
|
@ -5,7 +5,7 @@ de-CH:
|
|||
id: ID
|
||||
level: Stufe
|
||||
position: Position
|
||||
success_criterion: Erfolgskriterium
|
||||
success_criterion_html: Erfolgskriterium
|
||||
models:
|
||||
check:
|
||||
one: Check
|
||||
|
|
|
|||
|
|
@ -1,15 +1,14 @@
|
|||
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
|
||||
Rails.application.routes.draw do
|
||||
resources :success_criteria
|
||||
resources :elements
|
||||
resources :reports do
|
||||
member do
|
||||
get :work
|
||||
end
|
||||
end
|
||||
resources :reports
|
||||
resources :checklists
|
||||
resources :checks
|
||||
|
||||
resources :checklist_entries
|
||||
resources :success_criteria
|
||||
resources :elements
|
||||
|
||||
get 'home/show', as: :home
|
||||
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
|
||||
|
||||
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
|
||||
# Can be used by load balancers and uptime monitors to verify that the app is live.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue