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 againuni/info2820 overview
Recent commits See more »
| Author | Revision | Comments | Message | Labels | Date |
|---|---|---|---|---|---|
|
|
97755c4f518b |
Stuff from deployment (not clean/atomic). |
|
||
|
|
fc55b76e5a3b |
Removed nested subqueries to improve oracle performance (sigh). |
|
||
|
|
542dc6a5ff5e |
Check if collection descriptions are NULL. |
|
||
|
|
def7fb072f90 |
I really don't want to know why this is needed. |
|
||
|
|
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)