Commit graph

43 commits

Author SHA1 Message Date
Walker Waylon Scott
bab7a654ff fix remove html comment, not allowed in jinja 2 code block 2017-07-17 22:55:21 -05:00
Walker Waylon Scott
b1a4d28399 adjusted mobile width 2017-07-17 22:52:10 -05:00
Walker Waylon Scott
e4ccbfef6b removed investor tab 2017-07-17 22:50:39 -05:00
Walker Waylon Scott
3cb9a49140 added sentiment, adjusted word cloud to screen size 2017-07-17 22:28:54 -05:00
Walker Waylon Scott
660edac9c9 added exploritory route and sentiment api 2017-07-17 22:28:09 -05:00
Walker Waylon Scott
677066e48a updated colors 2017-07-17 22:27:38 -05:00
Walker Waylon Scott
9f3c4e828c added exploritory page 2017-07-17 22:27:15 -05:00
Walker Waylon Scott
908a4608a1 refactor(body) moved body from layout to separate pages
this allows us to wrap the body with custom divs for each page if necessary
2017-07-17 22:26:42 -05:00
Walker Waylon Scott
f3e0650d1b updated slides 2017-07-17 22:24:55 -05:00
walkews
7c0e9e7921 Continued updates for /enthusiast draft 2017-07-14 17:12:19 -05:00
walkews
e82149c072 Continued updates for /enthusiast draft 2017-07-14 16:08:27 -05:00
Walker Waylon Scott
04e8135cf0 update_ts() function now flows data to the score_timeseries chart when the chart is ready. Prior this was causing formatting/zoom issues 2017-07-13 13:06:45 -05:00
Walker Waylon Scott
951eadd5cd Continued Development on draft version of viz 2017-07-13 12:49:42 -05:00
walkews
b2315a3f2d fixed slides, updated enthusiast 2017-07-12 13:38:35 -05:00
walkews
b5812d733f fix(formatting of form) 2017-07-12 11:13:00 -05:00
walkews
e1ae0fdc15 removed localhost from url 2017-07-12 10:03:23 -05:00
walkews
f75cd3ff7f fix(added .change() calls back) 2017-07-12 09:38:22 -05:00
walkews
2046bb33ae fix(api_url) 2017-07-12 09:31:56 -05:00
walkews
01b4b766df heroku errors for api 2017-07-12 09:22:54 -05:00
walkews
e0c9aaa5ce fix(CORS) CORS ERROR on Heroku
The Heroku deployment experienced the following error.

```No 'Access-Control-Allow-Origin' header is present on the requested resource. ```
2017-07-12 06:33:12 -05:00
walkews
43ec7e5ca8 added form 2017-07-11 17:03:08 -05:00
walkews
1b0d9bbe9d added node modules 2017-07-11 08:28:34 -05:00
walkews
87b11fd617 added custom.css 2017-07-11 08:27:15 -05:00
walkews
54e187c83e removed white from palette 2017-07-11 08:26:57 -05:00
walkews
c8d14fd6cc implemented keyword api 2017-07-11 08:26:35 -05:00
Walker Waylon Scott
84084f3b96 updated(etl)
uses processed pickle files for performance.  Splits genre and keyword into separate rows.
2017-07-03 16:48:17 -05:00
Walker Waylon Scott
2ecdb43007 fix(added /src/static/lib*) Files needed for slides in .gitignore needed -f flag 2017-07-02 11:53:03 -05:00
Walker Waylon Scott
49c5372c43 feat(markdown slides) Moved slide body to an external markdown file. 2017-07-02 11:36:12 -05:00
Walker Waylon Scott
8041ee606a update(template layouts) block head
moved page specific head to their own template files

Signed-off-by: Walker Waylon Scott <walker_waylon_s@cat.com>
2017-07-02 11:35:22 -05:00
Walker Waylon Scott
f5e4b5f006 feat(color palettes) Added a color palettes file 2017-07-02 11:33:51 -05:00
Walker Waylon Scott
0cc45c944b update(reveal) added reveal dependencies to static folder 2017-07-02 11:33:23 -05:00
Walker Waylon Scott
a1c8d07e54 update(color) updated color palette 2017-07-02 11:30:47 -05:00
Walker Waylon Scott
422bfba4e4 fix(removed iplotter) iplotter was added by mistake 2017-07-02 11:28:59 -05:00
Walker Waylon Scott
6209144461 added slides 2017-06-30 21:23:56 -05:00
Walker Waylon Scott
3d5c0691f8 Added a plot to test iplotter in the heroku environment 2017-06-30 16:53:08 -05:00
Walker Waylon Scott
aeb3156022 added favicon.ico 2017-06-30 16:52:40 -05:00
Walker Waylon Scott
3bcf46269a simplifying if __name__ == '__main__' 2017-06-29 23:54:11 -05:00
Walker Waylon Scott
13f156adb1 try adding a favicon to solve path=/favicon.ico error 2017-06-29 23:45:59 -05:00
Walker Waylon Scott
5506a085ca trying secret key 2017-06-29 23:35:57 -05:00
Walker Waylon Scott
7affb6db3d Initial commit of app 2017-06-29 23:10:18 -05:00
Walker Waylon Scott
28623d9f0d fix(removed matplotlib)
Removed import rcParams,  this was leftover from a copy of my personal settings that I use for many of my projects.  This project will not need rcParams.
2017-06-26 19:35:33 -05:00
Walker Waylon Scott
eed0837b23 feat(settings) Initial Commit of settings
Sets up directory structures.
2017-06-26 19:34:03 -05:00
Walker Waylon Scott
2b58d707f5 feat(etl) Initial etl commit
Added etl to load in data.  Extra data features may be added later as they are identified.
2017-06-26 19:31:49 -05:00