Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.03 KB

index.md

File metadata and controls

32 lines (23 loc) · 1.03 KB

Developer Guide

You need to sign the contributor license agreement before you contribute to Frapid. Frapid is licensed under MIT license. Please refer to the file contributing.md on the root directory.

Internationalization

Internationalization is handled by the module Frapid.i18n. For more information, read the internationalization guide.

Data Access & Restful APIs

Frapid uses database first approach. Please follow these documents for more information:

Frontend Development

For the frontend development tasks, Frapid uses:

  • jQuery
  • AngularJS
  • Semantic UI
  • MixERP ScrudFactory framework for CRUD operations.
  • d3 and chartjs for Charting
  • linq.js for client side LINQ
  • papaparse for CSV parsing
  • qunit for writing tests.