Skip to content
Radhika Mogarkar edited this page Apr 29, 2018 · 1 revision
  • Analytical
  • Reflective

Rules

Acawriter uses a json file to define various rules and is stored in the database under features. These are read & interpreted using supportive functions defined in app/Http/Controller/StringTokeniser & app/Http/Controller/FeedbackController. Please use .json files under storage/analytical or storage/reflective as a reference to create customised rules.

In order to extend or customise rules modify or add new features to the database(features table) under the correct Genre. Add if not exiting appropriate functionality under feedbackController/StringTokenisers to parse and generate feedback as requested by the json.

Clone this wiki locally