Extensions/website-todo

From Apache OpenOffice Wiki
< Extensions
Revision as of 22:25, 4 January 2007 by Computerdork (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<html> <head> <title>TODO list</title> <script> </script> <style> div.barbox { border: 1px solid #000; padding: 1px; position: relative; margin: 0px; margin-right: 50px; display: block; } div.bar { background: #000; position: absolute; margin: 0px; left: 1px; top: 1px; overflow: hidden; z-index: 75; } div.barlabel1 { text-align: center; position: absolute; left: 1px; top: 1px; z-index: 50; font-size: 20px; margin: 0px; } div.barlabel2 { text-align: center; position: absolute; color: #fff; z-index: 100; font-size: 20px; margin: 0px; } </style> </head> <body>

The "Official" TODO list

Please note that everything on this page is subject to revision, and may be lacking in many regards.

For Milestone 1: Alpha

Ready for alpha review. All/Most fundamental functions should now be workable, although may be a little hacked and contrived. The user interface in many instances will be incomplete.
    <script> drawTask("Design database layout.",100); drawTask("Create dynamic listing of available extensions.",100); drawTask("Allow user login <Note - Profiles not included in this entry>",100); drawTask("Allow users to upload/delete/modify their extensions",80); drawTask("Graphical administration of site.",50); drawTask("Graphical install/configuration of site.",0); </script>

For Milestone 2: Beta 1

Ready for beta review. Fundamental functions should be well and truly established, with acceptable user interfaces. Preliminary support added for more advanced functions such as searching.
    <script> drawTask("Preliminary search functions.",0); drawTask("Add functional categories.",25); drawTask("User Profiles",0); drawTask("Add Graphical interface to translations <NOTE: Database already optimised for easy translation>",0); </script>

For Milestone 3: Beta 2

Advanced Features should be fully operable, and configurable. This Milestone is more of a generic review of code for security flaws and optimisations.
    <script> drawTask("Code Review - Make neat and tidy + streamlined.",0); drawTask("Code Review - Ensure there are no security flaws.",0); drawTask("Review the site layout and interface, keeping in mind that the current theme was designed only as a prototype.",0); </script>

For Milestone 4: Release Candidate

If all goes well, there should be no need to change much.
    <script> drawTask("Intensive Bug Testing.",0); drawTask("Fix Bugs that emerge during testing.",0); </script>

For Milestone 5: First Major + Public Release

  • All done

</body>

</html>

Personal tools