Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge DummyCountry and boilerplate #492

Closed
MattiSG opened this issue Apr 20, 2017 · 3 comments
Closed

Merge DummyCountry and boilerplate #492

MattiSG opened this issue Apr 20, 2017 · 3 comments
Assignees
Labels
kind:test Adding missing tests or correcting existing tests

Comments

@MattiSG
Copy link
Member

MattiSG commented Apr 20, 2017

As a new Producer,
I can start coding my tax and benefits system with an always up-to-date boilerplate,
So that I don't learn an outdated syntax


Merge https://github.com/openfisca/openfisca-dummy-country and https://github.com/openfisca/country-template/ and use the result as a test base for openfisca-core.

@MattiSG
Copy link
Member Author

MattiSG commented Apr 20, 2017

Import and editorialise the DummyCountry into the Boilerplate, demonstrating standard and advanced uses, adding comments linking to the doc, and suggesting future-proof architecture (i.e. using folders and showing that several files can be used).

@MattiSG
Copy link
Member Author

MattiSG commented May 4, 2017

img_4864

@MattiSG
Copy link
Member Author

MattiSG commented May 4, 2017

Based on openfisca-france:

  • Add .gitignore with proper defaults (.DS_Store, IDEs, pyc…).
  • Add Makefile with proper test (and lint?).
  • Add CONTRIBUTING.md.
  • Add LICENSE.AGPL.txt.
  • Add .github/ISSUE_TEMPLATE (from openfisca-core).
  • Add .github/PULL_REQUEST_TEMPLATE (translate from openfisca-france).
  • Add README.md: be clear about that repo does, but expect forks not to modify it properly.
  • Add CHANGELOG.md: use the format of france.
  • Add MANIFEST.in.
  • Add .circle.yml and set up sane testing defaults.
  • Add setup.py.
  • Move tests to openfisca_country_template/tests and update the version check code.
  • Move param.xml to parameters/*.xml.
  • Move entities.py to entities/__init__.py.
  • Move scenarios.py to entities/relations.py.
  • Remove assets.
  • Remove conf.
  • Remove decompositions.
  • Remove extensions.
  • Remove i18n.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:test Adding missing tests or correcting existing tests
Projects
None yet
Development

No branches or pull requests

3 participants