VbzCart/coding
< VbzCart
Jump to navigation
Jump to search
At this point (2014-12-18), I'm just trying to get VbzCart back up and running after a massive rewrite that has so far taken over a year. Code has now been published in GitHub, and there's a Redmine repository for tracking bugs and (eventually) features (see links below).
For SQL specs (tables and queries), see parent page for now, though maybe I should subsume them here as well -- or somehow put them in Git.
Links
Official
- GitHub: official code repository
- Redmine @ vbz: official project tracker
Trivia
- International Address Formats: reference for how addresses should be formatted for different countries
Notes
The MySQL user only needs INSERT, SELECT, and UPDATE privileges on most of the tables, but it does need DELETE privileges on the assignment tables (tables whose name is of the form *_X_*). Maybe I should add a WhenVoided field on these tables in order to make that unnecessary.