raviramanathan / cube-bookstore

Automatically exported from code.google.com/p/cube-bookstore
GNU General Public License v3.0
0 stars 0 forks source link

Research the best way to look up/list courses #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Research the best way to look up/list courses

Original issue reported on code.google.com by jasonrev...@gmail.com on 6 Oct 2009 at 6:59

GoogleCodeExporter commented 9 years ago
We can in theory look up Course data straight from the source. This makes our 
project 
dependent on connecting to the TWU database though, which in turn makes it 
useless 
outside of TWU. We need to come up with a way to modularize this dependency.

There are two competing factors here.

1. We want the course data to be accurate and up to date
2. We want our website to easily be used outside of TWU.

I suggest we have our own tables which store course information about the book. 
The 
book tables would point to the course tables. The course tables would be 
populated, 
however, by a separate django application which talks to TWU's database.

Original comment by davidkazuhiro@gmail.com on 7 Oct 2009 at 11:51