HomePage RecentChanges

NewModuleDevelopment

Drupal Module development


1) Assign node ownership:

                 Given a spreadsheet with a list of property data, there is a 
                column with email addresses. As the nodes are being created
                in a bulk CCK import, the node ownership is tied to the email
                address. If a user with that email does not exist, a new
                empty-virtual user is created. The node ownership is 
                assigned to this new user. [[BulkLoadNode]]

2) Claim Node:

                Given a node in CCK that has an email associated with it,
                a "claim me" button is on the page. If that is chosen
                a link is sent to the email, allowing the person
                to sign in (like the "forgot password" process) and
                fill in the user id and to own the nodes.

3) Multi user node ownership:

                Allow for multiple people to own a node and to 
                manage it, based on email addresses in the node.

4) Build node/user edit.

                If data in multiple nodes are broken, allow 
                for multiple edits across several nodes at once.
                ( Like views bulk edit? )