Fermat-ORG / fermat-org

Fermat Site for Developers. This project creates a website that helps visualize the client-side infraestructure built using the Fermat-Framework. The project is currently paused until the work on client-side infraestructure is resumed.
http://dev.fermat.org
0 stars 1 forks source link

Implement the reporting functionality in the server #702

Closed Miguelcldn closed 8 years ago

Miguelcldn commented 8 years ago

When the server receives a bug report, it must prepare an issue to upload to this issue list, with data like the call stack, local variables and line of the error. The API must check first if there's already a bug found in the same line, if there is a report with the same line, skip it, if not, add the report as an issue.