Skip to content
Shri Hari L edited this page Mar 22, 2021 · 16 revisions

Welcome to the arike wiki!

Important Notes:

  1. Only Full Name field is required. We do not require First Name field.
  2. Where-ever addressing of user is required, Full name will be used

Technical:

  1. Use _form partial for creating forms.
  2. For edit and new use the above partial. (Example: you can checkout patients_controller.rb and views/patients)
  3. Run rails db:seed for creating sample data in database.
  4. You can even create your own mock data in seed.rb file which can be used by others

Testing Follow up on this page.

Clone this wiki locally