Syndicate content

Drupal

Vocabulary Index module

When I went to the Drupal site to find and download the Directory module, I ended up looking through all of the different modules associated with Taxonomy and I fell in love with Drupal again. Maybe "love" is too strong of a word, but I remembered how amazing Drupal is and how it can do everything and how much fun it is to try to figure out how to do something in Drupal.

Perplexed by Drupal blogs

Last week one of the Roberts Street residents (Macho!) came up with an awesome idea: start a blog on the website for residents to post info and updates about their projects. Of course!

Shortcomings in Drupal Taxonomy Module

As we’ve written about in detail elsewhere on this blog, we use the Taxonomy module in Drupal for the Subject field. It’s set up so that every time we enter a new subject term the term gets added to a controlled vocabulary that’s stored in Drupal.

Zine Library Catalogue Final Report

In the spirit of zine-making, Amanda and I intend to reformat and publish our final report for this project as a zine. However, for those who might be following our progress online and also for review by our instructor before we can format, publish and distribute our paper-based report, we’re pre-publishing it electronically to this blog. Enjoy. There’s also a PDF version here.

Partial success

Circulation functionality is now working in our system. I’m not completely sure of all of the workflows, but the functionality to check items in and out is working.

Circulation progress

I’ve had a bit of a breakthrough today on the circulation issue.

Our cirulation module needs to hook into the display of Item and Zine records. This was going to require some slightly tricky logic when it came to displaying the statuses of all Items when viewing a Zine record. We would have to build a table in the module’s hook_nodeapi() routines to output html. Ugly.

Bibliographic Records

Bibliographic records will be handled as custom content types in our system. In our current development system, this consists of a single content type called zine (display name ‘Zine Record’).

Searching, Browsing, and Viewing Records

One of the most important functions of the Anchor Archive’s system will be enabling users to find and view zine records. They will be able to do this by searching in different ways or browsing by topic.

Controlled Vocabularies

There are some fields in the zine record table for which we want to use a controlled vocabulary.

Circulation

The ability to manage the loaning of materials is very important to this project. After considering different methods to accomplish such tasks as check-out, check-in, and review of item status, we have decided to proceed by writing a custom Drupal module. This module will be released to anyone with interest when it becomes at least partly functional.

Blog type:

Catalogue blog tags:
,

Tagging and User Comments

The Anchor Archive will allow users to add their own tags and comments to zine records. Tags will provide complementary user-generated subject indexing to zine records. Comments will be primarily used to gather reviews of zines from members.

User Management

Data Model

Last week Amanda and I made some sketches of the relational data model for the anchor archive system. What follows is a slightly formalised version which I have created with a database modeler.

Blog type:

Catalogue blog tags:
,

Drupal is all about the modules

Early explorations in Drupal

This week I began exploring Drupal. When I started working on the Anchor Archive project back in September, my friend installed Drupal on his server and added the Content Construction Kit so that I could assess Drupal’s suitability for building a system for the Anchor Archive.