Peter Ward is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

flowblok / uni/info2820

Clone this repository (size: 13.2 MB): HTTPS / SSH
hg clone https://bitbucket.org/flowblok/uni-info2820
hg clone ssh://hg@bitbucket.org/flowblok/uni-info2820

uni/info2820 overview

Recent commits See more »

Author Revision Comments Message Labels Date
Peter Ward 97755c4f518b Stuff from deployment (not clean/atomic).
Peter Ward fc55b76e5a3b Removed nested subqueries to improve oracle performance (sigh).
Peter Ward 542dc6a5ff5e Check if collection descriptions are NULL.
Peter Ward def7fb072f90 I really don't want to know why this is needed.
Peter Ward bea257733cda Added some documentation, removed TODO file.
Files you may be interested in:

INSTALL: installation instructions
docs/
    erdiagram.png: ER diagram of our DB schema

data/
    importer/
        *.csv: data files from .xls spreadsheet
        Makefile: runs importers in /info2820/importer/*.py on the *.csv files.
    delete.sql: removes all tables from the DB
    schema.sql: create table statements for creating the DB
    structures.sql: stored procedures & functions for the structural
        information
    bktree.sql: stored procedures for querying the bk tree
    procedures.sql: stored procedures for creating objects & locations
    users.py: loads user information into the DB

info2820/
    flaskext.py: feel free to ignore this file...
        it contains some interesting modifications to Flask

    helpers.py: you can also ignore this.
        although render_xml may be interesting

    (rest of this directory should be fairly self-explanatory)