Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] The mapping between system name and user name.

Wouldn't it be easier to modify the team member XML a bit, instead of using Derby? It is still one more component that may fail during the demo. If it would look like this:

<teammembers name="Corona Team">
 <member id="cwpl-ekalka">Edyta Kalka</member>
 <member id="cwpl-pkaczmar">Pawel Kaczmarek</member>
 <member id="cwpl-mokrasze">Marcin Okraszewski</member>
 <!-- ... -->
</teammembers>

RepositoryAdapter.listResourceIds() and ProjectContainerProxy.listActiveMembers() would return the list of ids, eg. { cwpl-ekalka, cwpl-pkaczmar, ... } while RepositoryAdapter.fetchResource() would return full name. If it was like this, the team member list would work properaly, and we had a mapping between user system name and his full name.

Marcin

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top