You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using this gem to build out the KOMOJU card project, there were some things we noticed that weren't so obvious. To help out the next developer that uses this gem, here are some documentation improvements:
In the example for page.rb, we should suggest the developer to implement the authorization checks their page requires
Include a message about mixing options + composition API in Vue components - note the approach used with Vue ref API
Open a new feature request for supporting other HTTP verbs like PATCH
Add docs for performing different requests on the page
Add docs for importing the page pack
Add docs for localization
Discuss different options for testing page.rb - feature/controller
The text was updated successfully, but these errors were encountered:
Context
While using this gem to build out the KOMOJU card project, there were some things we noticed that weren't so obvious. To help out the next developer that uses this gem, here are some documentation improvements:
page.rb
, we should suggest the developer to implement the authorization checks their page requiresPATCH
page.rb
- feature/controllerThe text was updated successfully, but these errors were encountered: