====== Development ======

This page lists all issues, grouped by status, and sorted by priority.

{{:dev:fixable-by-all.png|}} Some of these issues are fixable by all. This means that anyone can do the final step (such as adding images to the wiki, or updating wiki pages with new values for Open Market once they have been announced in the forum). Everyone is free to pick up something to do from the fixable by all tasks -- do not hesitate to pick up some work. -> [[https://www.fwurg.net/dokuwiki/dev:start?datasrt=^priority&dataflt[]=fixable%20by%3Dall|Show only issues fixable by all.]]

{{:dev:fixable-by-admin.png|}} Some of these issues are only fixable by 'admin'. This means that only an admin can do the final step (such as changing the rules pages to reflect a rules change, or updating the site with a new feature). Everyone is free to add their suggestions to the relevant issue page, or on the forum.


:!: **You can always add suggestions or complete solutions yourself, even for 'fixable by admin' issues.**


===== Issue listing =====

==== In progress ====
<table ?task ?priority ?component ?fix "Fixable by">
?task is a: todo_working
?task Priority: ?priority
optional {
?task Component: ?component
}
optional {
?task Fixable by: ?fix
}
sort {
?priority
}
</table>

==== Open ====
<table ?task ?priority ?component ?fix "Fixable by">
?task is a: todo_open
?task Priority: ?priority
optional {
?task Component: ?component
}
optional {
?task Fixable by: ?fix
}
sort {
?priority
}
</table>

==== Closed ====
<table ?task ?priority ?component ?fix "Fixable by">
?task is a: todo_closed
?task Priority: ?priority
optional {
?task Component: ?component
}
optional {
?task Fixable by: ?fix
}
sort {
?priority
}
</table>
