-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.16 swallows
-
Fix Version/s: 0.16 swallows
-
Labels:
We should conduct the 0.16 iteration demo. If those tasks are finished, we can show them:
POULPE-238- branch & section drag'n'dropPOULPE-208- components page, now we have a shiny dialog for changing components properties.
This is done already:
POULPE-262- log in form
http://jtalks.org/display/poulpe/Swallows+0.14+User+Stories
Showcase:
1. go to the login form
2. enter wrong username/password
3. have error message
4. enter right username/password
5. have passing to the admin panel
6. localization
No permissions checked at this moment
POULPE-299- users pagination
Showcase:
1. go to the users page that have lazy loading pagination
2. show pagination feature by jumping from one page to another
3. when ban users task will be showing, note that member list haven't lazy loading pagination unlike user list
POULPE-301- MD5 hashes
Showcase:
1. show that some user password stored as MD5-hashed value in DB
2. logout from admin panel
3. change hash of the user in DB
4. try to login and show error result
5. return old hash value of the password
6. try to login and show success result
POULPE-268- add user to respective group while banning. In order to show this, we need to leave only 500 users in our database, because while opening a window with group members, it will load all 20K we have atm.
Showcase:
1. go to the user groups page
2. open banned users list members
3. select some not banned user and show that it's no reference from user to the banned group in DB
4. add it to the list and save
5. show that BAN_REASON field for the user in DB have NULL value
6. show that new reference was added from the user to the banned group
7. same logic for the removing user from banned group