| 1 |
csmall |
1.1 |
<? |
| 2 |
|
|
session_start(); |
| 3 |
|
|
?> |
| 4 |
|
|
#use wml::nmpage title="Debian New Maintainer - TODO List" |
| 5 |
|
|
<? |
| 6 |
|
|
if (!session_is_registered("s_username")) { |
| 7 |
|
|
session_destroy(); |
| 8 |
|
|
} else { |
| 9 |
|
|
session_register("s_username"); |
| 10 |
|
|
if (session_is_registered("s_isam")) { session_register("s_isam");} |
| 11 |
|
|
if (session_is_registered("s_isfd")) { session_register("s_isfd");} |
| 12 |
|
|
if (session_is_registered("s_isdam")) { session_register("s_isdam");} |
| 13 |
|
|
} |
| 14 |
|
|
?> |
| 15 |
|
|
<H1>Debian New Maintainer System TODO List</H1><BR> |
| 16 |
|
|
<P>This is a list of things that needs to be done to the New Maintainer |
| 17 |
|
|
system. If what you want is not here you can email Craig |
| 18 |
|
|
<A href="mailto:csmall@debian.org">csmall@debian.org</A>. |
| 19 |
|
|
<UL> |
| 20 |
|
|
<LI>System should mail AM when they are first assigned. |
| 21 |
|
|
<LI>Possible connection to LDAP system |
| 22 |
|
|
<LI>Possible read-only access of AMs applicants from other AMs. |
| 23 |
|
|
<LI>The whole issue of what to do with rejects along the way has not been explored. |
| 24 |
|
|
<LI>Better state-machine model. |
| 25 |
|
|
<LI>Links to the documentation pages. |
| 26 |
|
|
<LI>More checks before AM approves. |
| 27 |
|
|
</UL> |
| 28 |
|
|
|
| 29 |
|
|
|
| 30 |
|
|
|