Commit Graph

50 Commits

Author SHA1 Message Date
Aaron Kimbrell d032836618 Migrations
Added migrations 
Changed configurations to us the `.py` files
copy and rename the local settings example and take out example in the name adn that will be your local settings.
2019-03-21 17:21:52 -05:00
Aaron Kimbrell 4a7ea27448 Fixed things
Enum type wasn't working in the model, will fix that later, was just trying to be fancy
need the proper mashmallow package
2019-03-21 14:29:36 -05:00
Aaron Kimbrell ec28417fef Database setup
Started working on Db models (not functional right now)
Schemas will need to be added to more as we go, but it's functional
Updated the configuration for the other extensions that we are using
Fixed the DB connection scheme in the config
2019-03-21 14:17:35 -05:00
Jordan Stremming 05c716d2d9 Change HTML/Jinja2 tabs to size 2; makes for easier reading with heavy nesting 2019-03-20 16:13:29 -05:00
Jordan Stremming e1fceae92a use direct path to config 2019-02-07 19:22:00 -06:00
Jordan Stremming 0f2d6659b9 ignore app.wsgi 2019-02-07 19:21:33 -06:00
Aaron Kimbrell b7c6a7774f added site.css to .gitignore 2019-02-07 17:49:42 -06:00
Aaron Kimbrell 3cabb832c0 added config.ini to .gitignore 2019-02-07 17:26:32 -06:00
techzune a169b96ef4 nav-bar beautification
button for dashboard, easier to see
mobile margin fix
added submissions for visual
2019-02-07 15:13:55 -06:00
techzune aae0ed7681 nav-link include padding via CSS 2019-02-07 14:49:14 -06:00
techzune 8cd7e263ae Sandstone-text adjustment
revert to default capitalization
lower font size
2019-02-07 14:41:40 -06:00
techzune 80d214fb92 Display-size dashboard header text 2019-02-07 14:39:05 -06:00
techzune f9ddd96fa6 Beautification 2019-02-07 14:35:22 -06:00
techzune 66558d6fcd Theme change from Flatly to Sandstone 2019-02-07 14:35:08 -06:00
techzune 9fc205de2e Profile page template 2019-02-05 14:36:22 -06:00
techzune ba1a4cf736 Dashboard addition 2019-02-05 14:27:20 -06:00
techzune 2f2a4d80bb Merge remote-tracking branch 'origin/master' 2019-02-05 11:14:51 -06:00
techzune 64057f5702 config.ini create/read 2019-02-05 11:14:36 -06:00
Aaron Kimbrell a3198a67b8 Remove config.py
Added base for config and adding config.py to the .gitignore
2019-02-05 10:15:33 -06:00
techzune 24a76a3f52 Remove redundant container 2019-02-05 08:55:11 -06:00
techzune 758bc9eef6 Dashboard addition 2019-02-04 16:42:39 -06:00
techzune 304876641a Dashboard addition 2019-02-04 15:47:10 -06:00
techzune ca4dd38911 Full-width jumbotron 2019-02-04 15:38:19 -06:00
techzune 92917a5bcb Mobile scaling 2019-02-04 15:27:54 -06:00
techzune 01ab021813 Docs and formats 2019-02-04 15:00:08 -06:00
techzune ddf0169301 Validation techniques 2019-02-04 14:56:41 -06:00
techzune 398bd5c642 Navbar brand text for small sizes 2019-02-04 14:26:05 -06:00
techzune 0b8f1677e6 Responsive font
May remove in the future
2019-02-04 14:20:27 -06:00
techzune e803aaac4c Scaling 2019-02-04 14:17:39 -06:00
techzune 884953d300 Pretty header 2019-02-04 13:04:43 -06:00
Jordan Stremming 506aa29567 Secondary color (from MSU color guide) 2019-02-03 22:40:44 -06:00
Jordan Stremming 514effa3fb Homepage searchy bar 2019-02-03 22:40:27 -06:00
Jordan Stremming d4c1afc08e Replace Login with Profile
Login will be handled by splash and CAS
2019-02-03 22:26:46 -06:00
Jordan Stremming b5eefe740d Fixed width for splash 2019-02-03 20:30:13 -06:00
Jordan Stremming 82586ebf60 Content top-margin decrease 2019-02-03 20:26:14 -06:00
Jordan Stremming e494e44581 Splash page template
yay splashy splash!
2019-02-03 20:25:44 -06:00
Jordan Stremming ce2e8c56da Nav link hover/focus gray coloring 2019-02-02 23:22:39 -06:00
Jordan Stremming 1bd5a1dc2c Static files 2019-02-02 23:19:49 -06:00
Jordan Stremming e78701d613 Theming using Bootswatch+Bootstrap
SASS/SCSS implementation
2019-02-02 17:19:12 -06:00
Jordan Stremming 6a63cb37e9 Navbar
"Automatic" active link selection
Login icons
2019-02-02 16:40:24 -06:00
Jordan Stremming 44af8b9fca PEP 8 formatting
Google-style docstrings
2019-02-02 00:39:20 -06:00
Jordan Stremming d8386ad9f9 Ignore entire .idea folder 2019-02-02 00:32:11 -06:00
Jordan Stremming 8be5e16091 Formatting
Constrain navbar content to container width
2019-02-02 00:30:33 -06:00
Jordan Stremming 8b74481e84 Reformatting for HTML clarity/simplicity 2019-02-02 00:27:52 -06:00
Jordan Stremming eb7bcabf73 Lazy app starting 2019-02-02 00:27:15 -06:00
Aaron Kimbrell 806df61329 Added templates
base template and header\nav template
Bootstrap is being pulled from the base template
2019-02-01 11:42:39 -06:00
Aaron Kimbrell 4e5f60cb98 added pip requirements file 2019-02-01 11:01:39 -06:00
Aaron Kimbrell 24af4e2858 Added readme 2019-02-01 10:59:19 -06:00
Aaron Kimbrell f86d61f085 Basline setup
example route and all the config stuff
2019-02-01 10:44:50 -06:00
aronwk ca4a79967e Initial commit 2019-02-01 10:19:24 -06:00