Skip to content
Peeyush Goyal edited this page Aug 11, 2021 · 16 revisions

Welcome to the arike wiki!

Important Notes:

  1. No code will be pushed to main directly. A PR for the same should be created and after approval from reviewers(other members in group) the code will be merged to main.
  2. Writing Tests is very important. After adding any new enhancements make sure to add worst possible test cases as well.
  3. Before making any commit make sure ✅ All tests are passing.

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. Runnning rake db:setup will automatically create dummy data.
  5. Only Full Name field is required. We do not require First Name field.
  6. Where-ever addressing of user is required, Full name will be used

Database seeding:

Follow up on this page.


Testing:

Follow up on this page.


Useful Links: Staging Server Production Server Documentation Convert HTML to ReScript React Compoment

Clone this wiki locally