Migrating BeWelcome to Drupal: Difference between revisions

[[Wiki.trustroots.org]] is an independent wiki with information for people who are actively exchanging hospitality.
No edit summary
Line 34: Line 34:
* [http://www.bewelcome.org/members/matthias globetrotter_tt] - learning Drupal, can help with theming and graphic design
* [http://www.bewelcome.org/members/matthias globetrotter_tt] - learning Drupal, can help with theming and graphic design
* [http://www.bewelcome.org/members/crumbking crumbking] - help with theming and graphic design
* [http://www.bewelcome.org/members/crumbking crumbking] - help with theming and graphic design
* [http://www.bewelcome.org/members/planetcruiser planetcruiser] - Project coordination, PHP pro :)
* [http://www.bewelcome.org/members/planetcruiser planetcruiser] - will join later, focus on Rox for now (PHP pro) :)
* [http://www.bewelcome.org/members/baisong Oren] - 2 yrs Drupal 6 theming, coding & project mgmt, some D7. Boston, USA
* [http://www.bewelcome.org/members/baisong Oren] - 2 yrs Drupal 6 theming, coding & project mgmt, some D7. Boston, USA
* sign up and [http://couchwiki.org/en/index.php?title=Migrating_BeWelcome_to_Drupal&action=edit&section=2 add yourself]
* sign up and [http://couchwiki.org/en/index.php?title=Migrating_BeWelcome_to_Drupal&action=edit&section=2 add yourself]

Revision as of 17:27, 18 September 2011

This is an overview of the project to migrate BeWelcome to Drupal. This is a work in progress. You're welcome to edit.

The BeWelcome project was started late 2006, and it has gained considerable respect for the way it's run. Unfortunately so far this has not materialized into an big active member base. One possible underlying problem is probably the current code base, which takes an considerable amount of time and effort to get into, experience that is not directly usable on other projects. So the idea has risen several times to move to a more active platform. According to a survey among potential and actual BeWelcome developers, taken in October, there is considerable knowledge of Drupal, compared to Zend, Symfony and even the BW Rox framework itself. (See also the developer survey.)

The main git repo is at gitorious.org/bw-drupal. This currently contains Drupal, some contrib modules and a BW installation profile. See also Set up BW Drupal.

Current status

00:07, 18 September 2011 (UTC) It's in an alpha stage:

  • There's a start at migrating BW Rox test data into BW Drupal. Profiles and some other things are migrated.
  • We won't try too hard to keep a smooth upgrade path until we reach beta


Want to help?

Some things you can do right now:

  • create an account here and watch this page so you get updates
  • Drupal site building
    • build features according to current BW functionality
    • find out what's working in D7
  • PHP coding
    • fix what's not yet working in D7
    • add needed functionality to Drupal modules
  • Drupal theming => turn the BW layout into a Drupal theme
  • learn Drupal 7

More will follow later, such as testing and bug reporting. We should have an issue tracker. Meinhard? :)

People

Migration

See also:

Main things to migrate:

  • user profiles (comments / relations / location (geodata) / groupmembership)
    • module: bw_user_profile (feature)
      • module status: enabled on master
      • module dev: in progress?
      • team: (add yourself if involved or interested)
      • for migration of Rox user and members into Drupal users + profile2
  • messages
    • module: privatemsg
      • module status: in modules dir but not installed
      • module dev: no customizations yet
      • team: (add yourself if involved or interested)
      • for basic user-to-user communication without sharing email addresses
  • preferences
    • module: bw_prefs (feature)
      • module status: not started
      • module dev: not started
      • team: (add yourself if involved or interested)
      • some things will probably already have stuff set up, and these should be brought into a single interface
  • admin (backend)
    • module: bw_admin (feature)
      • module status: not started
      • module dev: not started
      • team: (add yourself if involved or interested)
      • most things will probably have admin functionality, and permissions, and these should be organized into one or more admin dashboards. i.e. one for marketing/blog/comment administration, one for troubleshooting user/content issues. We will need to figure out what needs to be adapted at a later stage
  • page-like content:
    • module: bw_faq (feature)
      • module status: enabled on master
      • module dev: working?
      • team: (add yourself if involved or interested)
      • faq content type - working migration!
    • module: bw_tour (feature)
      • module status: not started
      • module dev: not started
      • team: (add yourself if involved or interested)
      • add description/discussion here
    • module: bw_marketing (feature) (about pages, etc) where is it in BW Rox db?
      • module status: not started
      • module dev: not started
      • team: (add yourself if involved or interested)
      • add description/discussion here
  • blogs
    • module: blog (core in 7, removed in 8)
      • module status: in modules dir but not installed on master
      • module dev: not started?
      • team: (add yourself if involved or interested)
      • D7 core Blog module, could become something custom but core might be good enough? possibly ditch? maybe do stream of news instead?

Other:

  • forum
    • module: forum (core in D7)
      • module status: in modules dir but not installed on master
      • module dev: not started?
      • team: (add yourself if involved or interested)
      • add description/discussion here
  • groups
    • module: og
      • module status: in modules dir but not installed on master
      • module dev: not started
      • team: (add yourself if involved or interested)
      • add description/discussion here
  • galleries
    • module: bw_galleries (feature)
      • module status: not started
      • module dev: not started
      • team: (add yourself if involved or interested)
      • custom content type (feature)
  • trips
    • module: bw_trips (feature)
      • module status: not started
      • module dev: not started
      • team: realitygaps, lupochen (add yourself if involved or interested)
      • add description/discussion here

wiki

Couchwiki for now

User fields

  • user/register should show more than username/password
  • geo + address: see "geo stuff".
  • User fields settings should be exportable as features: http://drupal.org/node/989900

Geo stuff

We need a combination of geo and address features, as with support for the D7 field api.

Possible modules:

Privacy

Waiting for D7 modules:

Roadmap

Like Drupal: it's ready when it's ready - no more open critical issues. So no roadmap with dates here. (Yet. Open for change.)

  1. Implement as much as possible on a D7 installation at bw.guaka.org
    • No importing of data yet
  2. Make it distributable
    • git
    • everything should become code
  3. Start importing data
    • With some funky data modules
    • Start with data that has no privacy issues such as wiki
  4. Create alpha D7 BW

bw.guaka.org

  • Reflection of current codebase?
  • Set up from scratch?
  • Run migration scripts automatically?
    • Issue: security! Possible solution change email addresses and passwords while importing test database?
      • Has anyone followed up on this? Any access to user account information should be secured ASAP!

Drupal 7

We have chosen to start right away with Drupal 7 (D7).

Con

  • Many modules aren't ready yet.
  • There are still some bugs.

Pro

  • No need to upgrade to D7 ;)
  • D7 has many good things in core that we want.
    • Especially: "Fields in core". In D6, only nodes could have fields. To allow (full-featured) fields for users, one needed modules like content_profile, which brings structural problems.
  • A lot of Great Stuff we don't yet know about will not be for D6

Learning Drupal 7

Some ways:

BeWelcome Logo.jpg
This page is written in the context of BeWelcome.