Smalltalk: Further extend the user-management application in pharo smalltalk
before attempting this task you should at least work through "learn pharo smalltalk" and extend a small user management app in pharo smalltalk
Objective
extend the user-management application to be similar to this web-application:
Requirements
load your work from the task: extend a small user management app in pharo smalltalk
and change it so that the fields are:
- login
- full name
- e-mail address
- password
- roles
the box to enter the password should appear twice, and both fields should match. if you can, the text in the password field should be invisible.
if you can figure it out, make "roles" into a list of strings.
don't hesitate to ask for help.
write a weblog post about your experience and upload the resulting work.
(in pharo "select save as...", then save as "FOSSASIA-yourname" and upload the files FOSSASIA-yourname.image and FOSSASIA-yourname.changes)
Expected Outcome
a weblog post about your experience a smalltalk image file containing the application
your code from this task and your weblog post should be published under the following licenses: CC-BY-SA, GNU FDL, GNU GPL v2 or later.