Confirmed users
330
edits
No edit summary |
|||
| Line 125: | Line 125: | ||
# 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) | ||
== Product Version 2.0 == | == Product Version 2.0 == | ||
| Line 157: | Line 138: | ||
Metrics: | Metrics: | ||
* List of top contributors (sorted by reputation, number of badges) | * List of top contributors (sorted by reputation, number of badges) | ||
== 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/oneanddone Github repo] for the product. | |||
=== Bug Reports === | |||
Please track bugs in the [https://github.com/mozilla/oneanddone/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. | |||