@ -11,7 +11,7 @@ Types of Contributions
@@ -11,7 +11,7 @@ Types of Contributions
### Report Bugs
Report bugs at https://github.com/holgi/ordr3/issues.
Report bugs at https://git.cpi.imtek.uni-freiburg.de/holgi/ordr3/issues.
If you are reporting a bug, please include:
@ -21,12 +21,12 @@ If you are reporting a bug, please include:
@@ -21,12 +21,12 @@ If you are reporting a bug, please include:
### Fix Bugs
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help
Look through the git issues for bugs. Anything tagged with "bug" and "help
wanted" is open to whoever wants to implement it.
### Implement Features
Look through the GitHub issues for features. Anything tagged with "enhancement"
Look through the git issues for features. Anything tagged with "enhancement"
and "help wanted" is open to whoever wants to implement it.
### Write Documentation
@ -37,7 +37,7 @@ articles, and such.
@@ -37,7 +37,7 @@ articles, and such.
### Submit Feedback
The best way to send feedback is to file an issue at https://github.com/holgi/ordr3/issues.
The best way to send feedback is to file an issue at https://git.cpi.imtek.uni-freiburg.de/holgi/ordr3/issues
If you are proposing a feature:
@ -54,7 +54,7 @@ Ready to contribute? Here's how to set up `ordr3` for local development.
@@ -54,7 +54,7 @@ Ready to contribute? Here's how to set up `ordr3` for local development.
Before you submit a pull request, check that it meets these guidelines:
1. The pull request should include tests.
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.md and CHANGES.md
2. If the pull request adds functionality, the docs should be updated.
Put your new functionality into a function with a docstring, and add the feature to the list in README.md and CHANGES.md
Tips
----
@ -113,5 +112,4 @@ make sure all your changes are committed (including an entry in CHANGES.md).
@@ -113,5 +112,4 @@ make sure all your changes are committed (including an entry in CHANGES.md).
Our old and trusted ordering system (developed in 2012) was showing its age. Since the original application had no automatic tests, a complete rewrite was done.
## Example:
Decisions and goals in this project:
```python
import ordr3
ordr3.run()
```
- make a "classical" web app with a little bit Javascript sprinkled in
- [Python](https://www.python.org) as main programming language
- [SQLite](https://duckduckgo.com/) as database backend
- [Pyramid](https://trypyramid.com) as web framework
- leverage the design principles shown in [Cosmic Python](https://github.com/cosmicpython/book/blob/master/Readme.md)
- have automatic unit test and functional tests, the coverage should be above 90%
- complete data migration from the old system
This new system is now online at https://ordr.cpi.imtek.uni-freiburg.de since late April 2020