Skip to main content

A simple reusable application for managing a small orgs governance in a Django application.

Project description

Author:

Colin Powell

Date:
2011-02-19
by:

One Cardinal Web Development

license:

GPLv3

A simple pluggable django application for managing documents in a small not-for-profit organization.

At a small organization, we have a governing board, composed of variable-length termed seats, term limits, alternate members, offices: a president, vice president, secretary and treasurer. The rest of the governing is done via committees, wether standing or ad-hoc. The whole government is governed by bylaws and policies. This app should organize all these elements in one place for reference.

Models

TERM_LIMIT=2

BoardOffice (Pres, vp, sec, at-large, alternate, ex-officio…)
  • title

  • slug

  • description

  • officer?

  • officer_rank (INT)

BoardTerm
  • start_date

  • end_date

  • office (Office)

BoardMember
  • Person (Profile)

  • Term (BoardTerm)

Meeting
  • Event

  • Minutes

  • Members (BoardMember)

  • Guests (VarChar)

  • Adjourn

BoardMeeting (Meeting)
  • Agenda

Minutes
  • Meeting

  • Draft?

  • Content

  • Attachment

CommitteeMember
  • Person

Committee
  • title

  • description

  • chairs

  • members (CommitteeMember)

  • reports

CommitteeTerm
  • start_date

  • end_date

  • committee

Report
  • Date

  • Content

  • Author (Person)

URLs

Just an example hook up spot:

view: index = government/ - index to show gov. board, committees, latest meetings/minutes view: board_detail = government/board/ - detail of board make-up, past boards and minutes/meetings view: board_meeting_detail = government/meetings/<year>/<month>/ - detail of a meeting with minutes, members, etc. view: committee_list = government/committees/ - list of all committees and membership view: committee_detail = government/committees/<slug> - detail of one committee view: report_list = government/reports/<year>/<month>/<committee_slug> view: meeting_list = government/meetings/ - list of all meetings in the system

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-committees-1.1.3.tar.gz (10.9 kB view details)

Uploaded Source

File details

Details for the file django-committees-1.1.3.tar.gz.

File metadata

File hashes

Hashes for django-committees-1.1.3.tar.gz
Algorithm Hash digest
SHA256 790a174f7847f03c8d4faecc5b0cf565094ee6063edc04a6282fe2b345343176
MD5 fcffd30ee35c24aa04e4b5508ae15938
BLAKE2b-256 78718920d39ca206af4c83494c551df270808c83749400ece805cbf2c5057ae9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page