6E006B / TeamMeet

GNU General Public License v3.0
2 stars 1 forks source link

Remove reason #149

Closed 0x64746b closed 12 years ago

0x64746b commented 12 years ago

So far invites and declines carried static reasons that carried no information but were displayed to the user.

This commit replaces the reasons with empty strings and stops displaying them in the UI.

0x64746b commented 12 years ago

Closes #133.

6E006B commented 12 years ago

I'm not really favoring this approach. I once already wrote a reply to #133, but that obviously got lost somewhere :/

For me the reason should be used meaningful instead of being dropped. This is a good possibility to convey further information about the team. As we will probably leave the team name without spaces it is not deisrable to put much information in the team name. The reason field would be a good place to tell the counterpart what the team is supposed to be used for.

0x64746b commented 12 years ago

Ok, fair enough. As long as it's not static, that's fine with me. We will need to extend the Form Team dialogue with a text area for a description then.

We might want a ticket for that then.