Confirmed users
330
edits
No edit summary |
|||
| Line 81: | Line 81: | ||
# Actual time taken to execute a task versus expected | # Actual time taken to execute a task versus expected | ||
# List of top contributors (sorted by total tasks completed) | # List of top contributors (sorted by total tasks completed) | ||
=== Architecture === | |||
==== Web Application Framework ==== | |||
Mozilla's [https://github.com/mozilla/playdoh Playdoh] is a web application template based on Django. | |||
==== Internationalization ==== | |||
The product should be designed so that it can be adapted to various languages and regions (locales) without engineering changes. | |||
==== Error Handling and Reporting ==== | |||
The product should be designed so that it can handle errors gracefully, show an appropriate error message in the UI, and report errors on the backend for administrators to resolve. | |||
==== Source Code Repository ==== | |||
This is the [https://github.com/mozilla/CHANGE-ME Github repo] for the product. | |||
==== Bug Reports ==== | |||
Please track bugs in the [https://github.com/mozilla/CHANGE-ME/issues Github repo] for the product. | |||
==== Community Discussion Framework ==== | |||
[http://www.osqa.net/ OSQA] is an open source, Django-based clone of Stack Overflow. It can be used to provide a forum for community discussion and participation. | |||
== Product Version 2.0 == | == Product Version 2.0 == | ||