Based on Symfony 4.0
-
Fork this repository in your branch
-
Clone and run
composer install --prefer-dist
-
Configure your database connection in
.env
-
import DataBase in
data/dump/
-
All Class Name is in
StudlyCaps
and have a prefix asSk
-
All method name is in
camelCase
prefix not required -
All html class have a separated with
-
exclass="my-class"
-
Add a documentation in your code
-
Commit message must with
git commit -m "(action ? add : edit : delete : update) : file edit or your big modification
-
Send your PR in develop branch.
-
Add import export data (csv) done on #24
-
Add chart in dashboard
-
Add url security
-
Log activities (logs)
-
Add softdelete
-
Ariary net integrations
To import student data go to /admin/classe/ then click on student list /new student , Import etudiant via csv file , and format your csv like bellow :
nom | prenom | username | adresse | telephone | date de naissance | sexe | Addition | Pere | Mere | Contact Parentale | |
---|---|---|---|---|---|---|---|---|---|---|---|
jul | jul | [email protected] | jul1 | jul | 345475684 | 29/01/95 | M | Passant | Rakoto | Rasoa | 0329473033 |
jul | jul | [email protected] | jul2 | jul | 345475684 | 29/01/95 | F | Redoublant | Rakoto | Rasoa | 0329473033 |
-
Run
yarn install
to install all dependencies. -
Run
npm run watch
to watch your changes. -
Todo
- Hot reload feature to improve Developer Experience
- Add tests.
Made for all Malagasy kids !!!