Use cases - User profile
From Flouzo
Contents |
[edit] General
- The following information is displayed on the user profile; anyone can see each other's profile. The difference between the user's own profile is the following:
- When it is the user's own profile, an "Edit" link is added next to the information when specified; clicking on it switches the information into a input field with a "OK" button next to it. The whole editing project is controlled through AJAX, and updates a field without switching pages.
- When it is another user's profile, some fields aren't displayed ("hidden from public view").
- Informations are displayed in tabs, showing only the content of the current tab. The user can switch tabs by clicking on links displayed horizontally on the top of the page; switching tabs do not need a page reload (AJAX).
[edit] Tab 1 - Overview
- Picture/logo (editable by user)
- Name (only editable by user when verification level < 1)
- Type: individual / organisation (not editable by user) (beta2)
- Country flag (not editable by user, address used to show the right one)
- Trust points (TP, see scoring)
- Copecs (see fees, hidden from public view) (beta2)
[edit] Tab 2 - Network
- Campaigns (list of campaigns created by the user, by decreasing creation date, RSS feed available)
- Supporter of (by inverse chronological order): latest 5 campaigns, users & organizations supported by user for each of the following categories (links to get the full listings on a single page, RSS available for each category, and for all items all categories included): (beta2)
- "Highest priority & trust level" support level
- "Important & trustworthy" support level
- "Seems good" support level.
- Supported by (same as "Supporter of" but for campaigns, users & organizations supported by the user, by alphabetical order, RSS feed available) (beta2)
[edit] Tab 3 - Donations
- Donations history (RSS feed available): for all donations made by the user/organization display campaign title (link), amount, comment made, score given to the campaign
- Received donations history (RSS feed available): for all donations received by the user/organization display campaign title (link), amount, score & comment made.
[edit] Tab 4 - Contact details
- Password (hidden from public view, "XXXXXX" is displayed to user, editable by user)
- Administrator name (only editable by user when verification level < 1)
- Administrative contacts (names & emails, only name is displayed publicly, editable by user)
- Address (only editable by user when verification level < 1)
- Date of birth (users) or creation (organization) (only editable by user when verification level < 1)
- Phone number (editable by user)
- Email (editable by user, new email confirmed by sending confirmation link to the new email). Hidden from public view; instead, two fields (subject & body), a "Send" button and a reCaptcha field are displayed to send an email to the user.
- IBAN number (hidden from public view, change needs confirmation as described in verification level to take effect) (beta2)

