On this page
Proposed projects
- AJAX Form creator
- Assignment/ Gradebook suite
- Child -> Parent(s) Relationships
- Common Security Model / API
- Content recommendation engine
- Document management module
- Dynamic & Easy Cross Linking
- GData API
- Google Analytics/ E-Commerce Integration
- Google Site Search Enhanced Module
- HTMLArea/Xinha plugin for img_assist
- ImageMagick integration for Drupal
- Implement a token based authentication system
- Integration through the Flickr API
- Link assistant
- Multi-site administration through rich XUL client
- Node Profile Module and CCK
- Secure updating of Drupal sites
- Social Networking Analysis (SNA) Tool
- String editor mode
- Turn poll module into a CCK field type
- USENET and E-mail Archiver for Drupal
- Unit test automation
- User experience analysis with implicit meta-data
- Video module rewrite and new features
- Views Calendar Style
- Views Scheduler
- Wiki module
- context.module
Node Profile Module and CCK
Short Project Description
A new (contrib) profile module, which builds user profile's as nodes and so opens the opportunity to use the Content Construction Kit (CCK), is to be developed.
Motivation
Building a profile out of nodes allows using CCK and its field types as well as the CCK form builder. So there is no need to provide a duplicated form builder for a profile module any more. Furthermore it will benefit from existing CCK features, e.g. the CCK caching mechanism and also from any future CCK development. Integration of the view module allows to easily build customizeable user listings or even user search. For a maximum of flexibility it'll be also possible to use custom node-types and modules instead of the CCK.
Making users available as nodes also offers additional benefits, which are currently only available for nodes, think of using taxonomy, node comments or searching by field with users.
Goals
- It should be possible to define multiple profiles, each of them assignable to user roles.
- Views integration should work easily. E.g. it should be possible to display user information like username and mail address in a view.
- Each profile may consist of multiple form pages, which can be filled out within a user-friendly workflow. This should work efficently, so that it's applicable to huge forms
- Inside a profile it's possible to define a group, which the user may fill out multiple times - by giving that user the opportunity to add further form groups.
So it would be possible to make a form, which lets a user fill out the properties of e.g. 3 (or more) items.
Problems
- Other modules might use the nodeapi and hook into profile nodes, which might not be very suitable to profile nodes e.g. the url path settings. A possible solution would be to allow other modules to determine if a node type is used for a user profile.
- The profile URLs are different for diverse users as each user gets a own Node-Id. More consistent URLs for user profiles would be appreciated.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion