forked from ColdTrick/profile_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
62 lines (55 loc) · 2.58 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
= Profile Manager =
Provides better use of profile fields, replaces (replace profile fields) and configurable group fields
== Contents ==
1. Features
2. TO DO
3. Known issues
== 1. Features ==
- importing default or custom fields
- ordering of custom fields (drag and drop)
- add profile types
- add categories (draggable reordering, drop fields on categories to add)
- adds dropdown, radio, multiselect and date field types
- show on register form (profile fields only)
- show output as tags
- mandatory fields (for register form, profile fields only)
- mandatory profile icon on register form
- disallow editing of a specific field (applies to edit profile only)
- replace profile fields access control with just one profile access option
- backup / restore profile fields configuration
- export user profile (meta)data to csv
- a customized registration form
- control the fields shown on a user summary / listing view
- a river event when user joins the site
- login history view on users statistics page
== 2. TO DO ==
- categories and types for groups
- multilingual options (in dropdown, radio, multiselect)
- Default values for fields (user specified)
- Force empty fields on profile
- dependend fields
- check existence of input/output views (in get_categorized function)
- check if fieldtype is enabled (in get_categorized function)
- handle disabled fieldtype options (in get_categorized function)
- handle empty fields on group details (in get_categorized function)
- replace profile type description with longtext instead of plaintext
- add "modify once" option to fields. So user can only modify the first time. Only admin then will be able to change it.
- add "default access lvl"
- add "can change access lvl"
- tabbed profile details
- add hint to default register form fields (username, email, password etc)
- review complete js
- review new field action (make better use of class constructors)
- export profile fields
- time created (ts/date)
- time last login (ts/date)
- time last action (ts/date)
- validate (yes/no)
- new field should lowercase check for non allowed metadatanames !important
- add profile icon on admin user create profile form (adduser)
- check trimmed required profile fields (space should not be accepted, js + hook)
- use elgg_get_config("icon_sizes") for mandatory profile icon upload
- be able to add new profile fields directly into a category
== 3. Known issues ==
- on register error backward maintaining selected profile icon is impossible due to security reasons
- multiselect mandatory not js enforced on register form