diff --git a/.bowerrc b/.bowerrc
new file mode 100644
index 00000000..959e1696
--- /dev/null
+++ b/.bowerrc
@@ -0,0 +1,4 @@
+{
+ "directory": "bower_components",
+ "analytics": false
+}
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..219985c2
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,20 @@
+# EditorConfig helps developers define and maintain consistent
+# coding styles between different editors and IDEs
+# editorconfig.org
+
+root = true
+
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = space
+indent_size = 2
+
+[*.hbs]
+insert_final_newline = false
+
+[*.{diff,md}]
+trim_trailing_whitespace = false
diff --git a/.ember-cli b/.ember-cli
new file mode 100644
index 00000000..ee64cfed
--- /dev/null
+++ b/.ember-cli
@@ -0,0 +1,9 @@
+{
+ /**
+ Ember CLI sends analytics information by default. The data is completely
+ anonymous, but there are times when you might want to disable this behavior.
+
+ Setting `disableAnalytics` to true will prevent any data from being sent.
+ */
+ "disableAnalytics": false
+}
diff --git a/.gitignore b/.gitignore
index 1793954a..4398a789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,8 @@ db.sqlite3
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
+/dist
+/tmp
# C extensions
*.so
@@ -26,6 +28,10 @@ var/
.installed.cfg
*.egg
+# Dependancies
+/node_modules
+/bower_components
+
# Continer extras
.vagrant
@@ -106,3 +112,11 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
+
+# misc
+/.sass-cache
+/connect.lock
+/coverage/*
+/libpeerconnection.log
+npm-debug.log
+testem.log
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 75e2a525..07af4901 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 00000000..d421faa3
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,32 @@
+{
+ "predef": [
+ "document",
+ "window",
+ "-Promise"
+ ],
+ "browser": true,
+ "boss": true,
+ "curly": true,
+ "debug": false,
+ "devel": true,
+ "eqeqeq": true,
+ "evil": true,
+ "forin": false,
+ "immed": false,
+ "laxbreak": false,
+ "newcap": true,
+ "noarg": true,
+ "noempty": false,
+ "nonew": false,
+ "nomen": false,
+ "onevar": false,
+ "plusplus": false,
+ "regexp": false,
+ "undef": true,
+ "sub": true,
+ "strict": false,
+ "white": false,
+ "eqnull": true,
+ "esversion": 6,
+ "unused": true
+}
diff --git a/.travis.yml b/.travis.yml
index 1efb7729..d6c84b18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,13 +2,25 @@ language: python
python:
"2.7"
+addons:
+ apt:
+ packages:
+ - nodejs
+
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
+ - npm config set spin false
+ - npm install bower
+ - bower --version
+ - npm install phantomjs-prebuilt
+ - phantomjs --version
install:
- pip install -r requirements.txt
- pip install coveralls codeclimate-test-reporter
+ - npm install
+ - bower install
before_script:
- python manage.py collectstatic --noinput
diff --git a/.watchmanconfig b/.watchmanconfig
new file mode 100644
index 00000000..e7834e3e
--- /dev/null
+++ b/.watchmanconfig
@@ -0,0 +1,3 @@
+{
+ "ignore_dirs": ["tmp", "dist"]
+}
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_alerts.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_alerts.scssc
new file mode 100644
index 00000000..cded0338
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_alerts.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_badges.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_badges.scssc
new file mode 100644
index 00000000..bdf568c3
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_badges.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_breadcrumbs.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_breadcrumbs.scssc
new file mode 100644
index 00000000..8c60fd1e
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_breadcrumbs.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_button-groups.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_button-groups.scssc
new file mode 100644
index 00000000..e91becbe
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_button-groups.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_buttons.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_buttons.scssc
new file mode 100644
index 00000000..8d4aa629
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_buttons.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_carousel.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_carousel.scssc
new file mode 100644
index 00000000..5d766595
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_carousel.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_close.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_close.scssc
new file mode 100644
index 00000000..12b14b7d
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_close.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_code.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_code.scssc
new file mode 100644
index 00000000..379636f7
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_code.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_component-animations.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_component-animations.scssc
new file mode 100644
index 00000000..1d73fffb
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_component-animations.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_dropdowns.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_dropdowns.scssc
new file mode 100644
index 00000000..1c6409d8
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_dropdowns.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_forms.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_forms.scssc
new file mode 100644
index 00000000..c0ff2563
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_forms.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_glyphicons.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_glyphicons.scssc
new file mode 100644
index 00000000..f6cffd2d
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_glyphicons.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_grid.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_grid.scssc
new file mode 100644
index 00000000..4989df7f
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_grid.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_input-groups.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_input-groups.scssc
new file mode 100644
index 00000000..7948ec18
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_input-groups.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_jumbotron.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_jumbotron.scssc
new file mode 100644
index 00000000..d7f0b867
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_jumbotron.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_labels.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_labels.scssc
new file mode 100644
index 00000000..d25bc276
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_labels.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_list-group.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_list-group.scssc
new file mode 100644
index 00000000..0e02896a
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_list-group.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_media.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_media.scssc
new file mode 100644
index 00000000..0a121cf3
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_media.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_mixins.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_mixins.scssc
new file mode 100644
index 00000000..3cbd71e0
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_mixins.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_modals.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_modals.scssc
new file mode 100644
index 00000000..3b10d653
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_modals.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_navbar.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_navbar.scssc
new file mode 100644
index 00000000..929b074f
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_navbar.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_navs.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_navs.scssc
new file mode 100644
index 00000000..d5835b2f
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_navs.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_normalize.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_normalize.scssc
new file mode 100644
index 00000000..cb0fb556
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_normalize.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_pager.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_pager.scssc
new file mode 100644
index 00000000..afecf422
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_pager.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_pagination.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_pagination.scssc
new file mode 100644
index 00000000..1858c9d4
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_pagination.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_panels.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_panels.scssc
new file mode 100644
index 00000000..1adfadf1
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_panels.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_popovers.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_popovers.scssc
new file mode 100644
index 00000000..590de131
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_popovers.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_print.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_print.scssc
new file mode 100644
index 00000000..37a02a50
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_print.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_progress-bars.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_progress-bars.scssc
new file mode 100644
index 00000000..48eb653f
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_progress-bars.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_responsive-embed.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_responsive-embed.scssc
new file mode 100644
index 00000000..a6e57fd7
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_responsive-embed.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_responsive-utilities.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_responsive-utilities.scssc
new file mode 100644
index 00000000..d9afd2f8
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_responsive-utilities.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_scaffolding.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_scaffolding.scssc
new file mode 100644
index 00000000..f64b227e
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_scaffolding.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_tables.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_tables.scssc
new file mode 100644
index 00000000..a1fd8569
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_tables.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_thumbnails.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_thumbnails.scssc
new file mode 100644
index 00000000..0b5d0624
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_thumbnails.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_tooltip.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_tooltip.scssc
new file mode 100644
index 00000000..f233b310
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_tooltip.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_type.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_type.scssc
new file mode 100644
index 00000000..4ae15131
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_type.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_utilities.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_utilities.scssc
new file mode 100644
index 00000000..3635fc6a
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_utilities.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_variables.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_variables.scssc
new file mode 100644
index 00000000..59d0aae9
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_variables.scssc differ
diff --git a/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_wells.scssc b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_wells.scssc
new file mode 100644
index 00000000..3f806c7b
Binary files /dev/null and b/RIGS/static/.sass-cache/0374f0126bd57b88caafcb0668c489c953feb425/_wells.scssc differ
diff --git a/RIGS/static/.sass-cache/3c636e0e8b5a053316424a8d393804114978101d/_hacks.scssc b/RIGS/static/.sass-cache/3c636e0e8b5a053316424a8d393804114978101d/_hacks.scssc
new file mode 100644
index 00000000..0e1327db
Binary files /dev/null and b/RIGS/static/.sass-cache/3c636e0e8b5a053316424a8d393804114978101d/_hacks.scssc differ
diff --git a/RIGS/static/.sass-cache/47d6b3709b43cfff3b808620ace4dc9ce47cf0b3/_css3.scssc b/RIGS/static/.sass-cache/47d6b3709b43cfff3b808620ace4dc9ce47cf0b3/_css3.scssc
new file mode 100644
index 00000000..c6aa76ae
Binary files /dev/null and b/RIGS/static/.sass-cache/47d6b3709b43cfff3b808620ace4dc9ce47cf0b3/_css3.scssc differ
diff --git a/RIGS/static/.sass-cache/47d6b3709b43cfff3b808620ace4dc9ce47cf0b3/_support.scssc b/RIGS/static/.sass-cache/47d6b3709b43cfff3b808620ace4dc9ce47cf0b3/_support.scssc
new file mode 100644
index 00000000..3d0f3d9d
Binary files /dev/null and b/RIGS/static/.sass-cache/47d6b3709b43cfff3b808620ace4dc9ce47cf0b3/_support.scssc differ
diff --git a/RIGS/static/.sass-cache/4d07ae05bcb00198157e09f28cd747815c6c104d/_bootstrap-compass.scssc b/RIGS/static/.sass-cache/4d07ae05bcb00198157e09f28cd747815c6c104d/_bootstrap-compass.scssc
new file mode 100644
index 00000000..186ab061
Binary files /dev/null and b/RIGS/static/.sass-cache/4d07ae05bcb00198157e09f28cd747815c6c104d/_bootstrap-compass.scssc differ
diff --git a/RIGS/static/.sass-cache/4d07ae05bcb00198157e09f28cd747815c6c104d/_bootstrap.scssc b/RIGS/static/.sass-cache/4d07ae05bcb00198157e09f28cd747815c6c104d/_bootstrap.scssc
new file mode 100644
index 00000000..df8f6f0a
Binary files /dev/null and b/RIGS/static/.sass-cache/4d07ae05bcb00198157e09f28cd747815c6c104d/_bootstrap.scssc differ
diff --git a/RIGS/static/.sass-cache/56d8ad2b7dafac377505c841dc98fe8afe8c868e/_bootstrap-variables.scssc b/RIGS/static/.sass-cache/56d8ad2b7dafac377505c841dc98fe8afe8c868e/_bootstrap-variables.scssc
new file mode 100644
index 00000000..75ba1cd9
Binary files /dev/null and b/RIGS/static/.sass-cache/56d8ad2b7dafac377505c841dc98fe8afe8c868e/_bootstrap-variables.scssc differ
diff --git a/RIGS/static/.sass-cache/56d8ad2b7dafac377505c841dc98fe8afe8c868e/screen.scssc b/RIGS/static/.sass-cache/56d8ad2b7dafac377505c841dc98fe8afe8c868e/screen.scssc
new file mode 100644
index 00000000..07977dd2
Binary files /dev/null and b/RIGS/static/.sass-cache/56d8ad2b7dafac377505c841dc98fe8afe8c868e/screen.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_alerts.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_alerts.scssc
new file mode 100644
index 00000000..2a0ba790
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_alerts.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_background-variant.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_background-variant.scssc
new file mode 100644
index 00000000..b09f54f1
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_background-variant.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_border-radius.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_border-radius.scssc
new file mode 100644
index 00000000..48c17caa
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_border-radius.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_buttons.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_buttons.scssc
new file mode 100644
index 00000000..3be96c3f
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_buttons.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_center-block.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_center-block.scssc
new file mode 100644
index 00000000..aa72f40d
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_center-block.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_clearfix.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_clearfix.scssc
new file mode 100644
index 00000000..deeee064
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_clearfix.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_forms.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_forms.scssc
new file mode 100644
index 00000000..1245cef0
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_forms.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_gradients.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_gradients.scssc
new file mode 100644
index 00000000..2b11361a
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_gradients.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_grid-framework.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_grid-framework.scssc
new file mode 100644
index 00000000..5d33abc2
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_grid-framework.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_grid.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_grid.scssc
new file mode 100644
index 00000000..bd1f7080
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_grid.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_hide-text.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_hide-text.scssc
new file mode 100644
index 00000000..00ba6131
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_hide-text.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_image.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_image.scssc
new file mode 100644
index 00000000..34a7ec89
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_image.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_labels.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_labels.scssc
new file mode 100644
index 00000000..a628ad98
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_labels.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_list-group.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_list-group.scssc
new file mode 100644
index 00000000..6e0f2087
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_list-group.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_nav-divider.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_nav-divider.scssc
new file mode 100644
index 00000000..8d2047e3
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_nav-divider.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_nav-vertical-align.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_nav-vertical-align.scssc
new file mode 100644
index 00000000..7a19051e
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_nav-vertical-align.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_opacity.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_opacity.scssc
new file mode 100644
index 00000000..edac6215
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_opacity.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_pagination.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_pagination.scssc
new file mode 100644
index 00000000..727b99b8
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_pagination.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_panels.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_panels.scssc
new file mode 100644
index 00000000..f921e5a9
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_panels.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_progress-bar.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_progress-bar.scssc
new file mode 100644
index 00000000..4b6a55f4
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_progress-bar.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_reset-filter.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_reset-filter.scssc
new file mode 100644
index 00000000..52e9d461
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_reset-filter.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_reset-text.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_reset-text.scssc
new file mode 100644
index 00000000..b06f3382
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_reset-text.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_resize.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_resize.scssc
new file mode 100644
index 00000000..bbb66711
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_resize.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_responsive-visibility.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_responsive-visibility.scssc
new file mode 100644
index 00000000..0cdefd0b
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_responsive-visibility.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_size.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_size.scssc
new file mode 100644
index 00000000..c187aa7c
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_size.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_tab-focus.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_tab-focus.scssc
new file mode 100644
index 00000000..68f6b53a
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_tab-focus.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_table-row.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_table-row.scssc
new file mode 100644
index 00000000..987f4017
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_table-row.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_text-emphasis.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_text-emphasis.scssc
new file mode 100644
index 00000000..f405822e
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_text-emphasis.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_text-overflow.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_text-overflow.scssc
new file mode 100644
index 00000000..70642652
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_text-overflow.scssc differ
diff --git a/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_vendor-prefixes.scssc b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_vendor-prefixes.scssc
new file mode 100644
index 00000000..a2c84756
Binary files /dev/null and b/RIGS/static/.sass-cache/a3bcfc9be49b22ed79221f5f1475fa208050bb78/_vendor-prefixes.scssc differ
diff --git a/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_autocomplete.scssc b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_autocomplete.scssc
new file mode 100644
index 00000000..ed84d82b
Binary files /dev/null and b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_autocomplete.scssc differ
diff --git a/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_base.scssc b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_base.scssc
new file mode 100644
index 00000000..b8dbcd5e
Binary files /dev/null and b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_base.scssc differ
diff --git a/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_jq-ui-bootstrap-variable-adapter.scssc b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_jq-ui-bootstrap-variable-adapter.scssc
new file mode 100644
index 00000000..bed6e875
Binary files /dev/null and b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_jq-ui-bootstrap-variable-adapter.scssc differ
diff --git a/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_menu.scssc b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_menu.scssc
new file mode 100644
index 00000000..8cac666a
Binary files /dev/null and b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_menu.scssc differ
diff --git a/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_tooltip.scssc b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_tooltip.scssc
new file mode 100644
index 00000000..ae3fa331
Binary files /dev/null and b/RIGS/static/.sass-cache/b89599eaf1037d1b6a50a7042689c2cdb70d2b58/_tooltip.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_animation.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_animation.scssc
new file mode 100644
index 00000000..734c9fc5
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_animation.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_appearance.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_appearance.scssc
new file mode 100644
index 00000000..c3db739e
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_appearance.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-clip.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-clip.scssc
new file mode 100644
index 00000000..717c9348
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-clip.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-origin.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-origin.scssc
new file mode 100644
index 00000000..ae2c003b
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-origin.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-size.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-size.scssc
new file mode 100644
index 00000000..bb37f21b
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_background-size.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_border-radius.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_border-radius.scssc
new file mode 100644
index 00000000..11c79a5e
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_border-radius.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_box-shadow.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_box-shadow.scssc
new file mode 100644
index 00000000..f9f1e9ab
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_box-shadow.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_box-sizing.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_box-sizing.scssc
new file mode 100644
index 00000000..c562a75e
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_box-sizing.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_columns.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_columns.scssc
new file mode 100644
index 00000000..bc6c0b07
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_columns.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_filter.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_filter.scssc
new file mode 100644
index 00000000..be94e04c
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_filter.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_flexbox.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_flexbox.scssc
new file mode 100644
index 00000000..b91234be
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_flexbox.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_font-face.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_font-face.scssc
new file mode 100644
index 00000000..6a813955
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_font-face.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_hyphenation.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_hyphenation.scssc
new file mode 100644
index 00000000..4067eaf9
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_hyphenation.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_images.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_images.scssc
new file mode 100644
index 00000000..5bcb165d
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_images.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_inline-block.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_inline-block.scssc
new file mode 100644
index 00000000..e3213cc9
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_inline-block.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_opacity.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_opacity.scssc
new file mode 100644
index 00000000..663491c4
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_opacity.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_regions.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_regions.scssc
new file mode 100644
index 00000000..c4ca2352
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_regions.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_text-shadow.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_text-shadow.scssc
new file mode 100644
index 00000000..94b764b7
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_text-shadow.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_transform.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_transform.scssc
new file mode 100644
index 00000000..adef2f11
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_transform.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_transition.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_transition.scssc
new file mode 100644
index 00000000..c625b5ca
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_transition.scssc differ
diff --git a/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_user-interface.scssc b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_user-interface.scssc
new file mode 100644
index 00000000..dcfc2502
Binary files /dev/null and b/RIGS/static/.sass-cache/ff92b759fc93baa43f25bf098cb519b1e5b74bad/_user-interface.scssc differ
diff --git a/app/app.js b/app/app.js
new file mode 100644
index 00000000..831ad610
--- /dev/null
+++ b/app/app.js
@@ -0,0 +1,18 @@
+import Ember from 'ember';
+import Resolver from './resolver';
+import loadInitializers from 'ember-load-initializers';
+import config from './config/environment';
+
+let App;
+
+Ember.MODEL_FACTORY_INJECTIONS = true;
+
+App = Ember.Application.extend({
+ modulePrefix: config.modulePrefix,
+ podModulePrefix: config.podModulePrefix,
+ Resolver
+});
+
+loadInitializers(App, config.modulePrefix);
+
+export default App;
diff --git a/app/components/.gitkeep b/app/components/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/app/controllers/.gitkeep b/app/controllers/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/app/helpers/.gitkeep b/app/helpers/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 00000000..65b63412
--- /dev/null
+++ b/app/index.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+ PyRIGS
+
+
+
+ {{ content-for "head"}}
+
+
+
+
+ {{ content-for "head-footer"}}
+
+
+{{ content-for "body"}}
+
+
+
+
+{{ content-for "body-footer"}}
+
+
diff --git a/app/models/.gitkeep b/app/models/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/app/resolver.js b/app/resolver.js
new file mode 100644
index 00000000..2fb563d6
--- /dev/null
+++ b/app/resolver.js
@@ -0,0 +1,3 @@
+import Resolver from 'ember-resolver';
+
+export default Resolver;
diff --git a/app/router.js b/app/router.js
new file mode 100644
index 00000000..0b73664c
--- /dev/null
+++ b/app/router.js
@@ -0,0 +1,12 @@
+import Ember from 'ember';
+import config from './config/environment';
+
+const Router = Ember.Router.extend({
+ location: config.locationType,
+ rootURL: config.rootURL
+});
+
+Router.map(function () {
+});
+
+export default Router;
diff --git a/app/routes/.gitkeep b/app/routes/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/app/styles/app.css b/app/styles/app.css
new file mode 100644
index 00000000..e69de29b
diff --git a/app/templates/components/.gitkeep b/app/templates/components/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/bower.json b/bower.json
new file mode 100644
index 00000000..3bf989ff
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,8 @@
+{
+ "name": "py-rigs",
+ "dependencies": {
+ "ember": "~2.7.0",
+ "ember-cli-shims": "0.1.1",
+ "ember-qunit-notifications": "0.1.0"
+ }
+}
diff --git a/config/environment.js b/config/environment.js
new file mode 100644
index 00000000..7c0ca448
--- /dev/null
+++ b/config/environment.js
@@ -0,0 +1,46 @@
+/* jshint node: true */
+
+module.exports = function (environment) {
+ var ENV = {
+ modulePrefix: 'py-rigs',
+ environment: environment,
+ rootURL: '/',
+ locationType: 'auto',
+ EmberENV: {
+ FEATURES: {
+ // Here you can enable experimental features on an ember canary build
+ // e.g. 'with-controller': true
+ }
+ },
+
+ APP: {
+ // Here you can pass flags/options to your application instance
+ // when it is created
+ }
+ };
+
+ if (environment === 'development') {
+ // ENV.APP.LOG_RESOLVER = true;
+ // ENV.APP.LOG_ACTIVE_GENERATION = true;
+ // ENV.APP.LOG_TRANSITIONS = true;
+ // ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
+ // ENV.APP.LOG_VIEW_LOOKUPS = true;
+ }
+
+ if (environment === 'test') {
+ // Testem prefers this...
+ ENV.locationType = 'none';
+
+ // keep test console output quieter
+ ENV.APP.LOG_ACTIVE_GENERATION = false;
+ ENV.APP.LOG_VIEW_LOOKUPS = false;
+
+ ENV.APP.rootElement = '#ember-testing';
+ }
+
+ if (environment === 'production') {
+
+ }
+
+ return ENV;
+};
diff --git a/db.sqlite3 b/db.sqlite3
index 07462b3f..0cc3b08f 100644
Binary files a/db.sqlite3 and b/db.sqlite3 differ
diff --git a/ember-cli-build.js b/ember-cli-build.js
new file mode 100644
index 00000000..58775e26
--- /dev/null
+++ b/ember-cli-build.js
@@ -0,0 +1,24 @@
+/*jshint node:true*/
+/* global require, module */
+var EmberApp = require('ember-cli/lib/broccoli/ember-app');
+
+module.exports = function (defaults) {
+ var app = new EmberApp(defaults, {
+ // Add options here
+ });
+
+ // Use `app.import` to add additional libraries to the generated
+ // output files.
+ //
+ // If you need to use different assets in different
+ // environments, specify an object as the first parameter. That
+ // object's keys should be the environment name and the values
+ // should be the asset to use in that environment.
+ //
+ // If the library that you are including contains AMD or ES6
+ // modules that you would like to import into your application
+ // please specify an object with the list of modules as keys
+ // along with the exports of each module as its value.
+
+ return app.toTree();
+};
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..c5b4e65c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "py-rigs",
+ "version": "0.0.0",
+ "description": "Small description for py-rigs goes here",
+ "private": true,
+ "directories": {
+ "doc": "doc",
+ "test": "tests"
+ },
+ "scripts": {
+ "build": "ember build",
+ "start": "ember server",
+ "test": "ember test"
+ },
+ "repository": "",
+ "engines": {
+ "node": ">= 0.10.0"
+ },
+ "author": "",
+ "license": "MIT",
+ "devDependencies": {
+ "broccoli-asset-rev": "^2.4.2",
+ "ember-ajax": "^2.0.1",
+ "ember-cli": "2.7.0",
+ "ember-cli-app-version": "^1.0.0",
+ "ember-cli-babel": "^5.1.6",
+ "ember-cli-dependency-checker": "^1.2.0",
+ "ember-cli-htmlbars": "^1.0.3",
+ "ember-cli-htmlbars-inline-precompile": "^0.3.1",
+ "ember-cli-inject-live-reload": "^1.4.0",
+ "ember-cli-jshint": "^1.0.0",
+ "ember-cli-qunit": "^2.0.0",
+ "ember-cli-release": "^0.2.9",
+ "ember-cli-sri": "^2.1.0",
+ "ember-cli-test-loader": "^1.1.0",
+ "ember-cli-uglify": "^1.2.0",
+ "ember-data": "^2.7.0",
+ "ember-export-application-global": "^1.0.5",
+ "ember-load-initializers": "^0.5.1",
+ "ember-resolver": "^2.0.3",
+ "ember-welcome-page": "^1.0.1",
+ "loader.js": "^4.0.1"
+ }
+}
diff --git a/public/crossdomain.xml b/public/crossdomain.xml
new file mode 100644
index 00000000..29a035d7
--- /dev/null
+++ b/public/crossdomain.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 00000000..f5916452
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,3 @@
+# http://www.robotstxt.org
+User-agent: *
+Disallow:
diff --git a/testem.js b/testem.js
new file mode 100644
index 00000000..26044b2f
--- /dev/null
+++ b/testem.js
@@ -0,0 +1,13 @@
+/*jshint node:true*/
+module.exports = {
+ "framework": "qunit",
+ "test_page": "tests/index.html?hidepassed",
+ "disable_watching": true,
+ "launch_in_ci": [
+ "PhantomJS"
+ ],
+ "launch_in_dev": [
+ "PhantomJS",
+ "Chrome"
+ ]
+};
diff --git a/tests/.jshintrc b/tests/.jshintrc
new file mode 100644
index 00000000..d2bd1134
--- /dev/null
+++ b/tests/.jshintrc
@@ -0,0 +1,52 @@
+{
+ "predef": [
+ "document",
+ "window",
+ "location",
+ "setTimeout",
+ "$",
+ "-Promise",
+ "define",
+ "console",
+ "visit",
+ "exists",
+ "fillIn",
+ "click",
+ "keyEvent",
+ "triggerEvent",
+ "find",
+ "findWithAssert",
+ "wait",
+ "DS",
+ "andThen",
+ "currentURL",
+ "currentPath",
+ "currentRouteName"
+ ],
+ "node": false,
+ "browser": false,
+ "boss": true,
+ "curly": true,
+ "debug": false,
+ "devel": false,
+ "eqeqeq": true,
+ "evil": true,
+ "forin": false,
+ "immed": false,
+ "laxbreak": false,
+ "newcap": true,
+ "noarg": true,
+ "noempty": false,
+ "nonew": false,
+ "nomen": false,
+ "onevar": false,
+ "plusplus": false,
+ "regexp": false,
+ "undef": true,
+ "sub": true,
+ "strict": false,
+ "white": false,
+ "eqnull": true,
+ "esversion": 6,
+ "unused": true
+}
diff --git a/tests/helpers/destroy-app.js b/tests/helpers/destroy-app.js
new file mode 100644
index 00000000..c3d4d1ab
--- /dev/null
+++ b/tests/helpers/destroy-app.js
@@ -0,0 +1,5 @@
+import Ember from 'ember';
+
+export default function destroyApp(application) {
+ Ember.run(application, 'destroy');
+}
diff --git a/tests/helpers/module-for-acceptance.js b/tests/helpers/module-for-acceptance.js
new file mode 100644
index 00000000..74a1b806
--- /dev/null
+++ b/tests/helpers/module-for-acceptance.js
@@ -0,0 +1,24 @@
+import {module} from 'qunit';
+import Ember from 'ember';
+import startApp from '../helpers/start-app';
+import destroyApp from '../helpers/destroy-app';
+
+const {RSVP: {Promise}} = Ember;
+
+export default function (name, options = {}) {
+ module(name, {
+ beforeEach() {
+ this.application = startApp();
+
+ if (options.beforeEach) {
+ return options.beforeEach.apply(this, arguments);
+ }
+ },
+
+ afterEach() {
+ let afterEach = options.afterEach && options.afterEach.apply(this, arguments);
+ return Promise.resolve(afterEach).then(() = > destroyApp(this.application)
+ )
+ };
+ });
+}
diff --git a/tests/helpers/resolver.js b/tests/helpers/resolver.js
new file mode 100644
index 00000000..b208d38d
--- /dev/null
+++ b/tests/helpers/resolver.js
@@ -0,0 +1,11 @@
+import Resolver from '../../resolver';
+import config from '../../config/environment';
+
+const resolver = Resolver.create();
+
+resolver.namespace = {
+ modulePrefix: config.modulePrefix,
+ podModulePrefix: config.podModulePrefix
+};
+
+export default resolver;
diff --git a/tests/helpers/start-app.js b/tests/helpers/start-app.js
new file mode 100644
index 00000000..d4f72739
--- /dev/null
+++ b/tests/helpers/start-app.js
@@ -0,0 +1,17 @@
+import Ember from 'ember';
+import Application from '../../app';
+import config from '../../config/environment';
+
+export default function startApp(attrs) {
+ let application;
+
+ let attributes = Ember.merge({}, config.APP);
+ attributes = Ember.merge(attributes, attrs); // use defaults, but you can override;
+
+ Ember.run(() = > {
+ application = Application.create(attributes);
+ application.setupForTesting();
+ application.injectTestHelpers();
+})
+ return application;
+}
diff --git a/tests/index.html b/tests/index.html
new file mode 100644
index 00000000..d83cd201
--- /dev/null
+++ b/tests/index.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+ PyRIGS Tests
+
+
+
+ {{ content-for "head"}}
+ {{ content-for "test-head"}}
+
+
+
+
+
+ {{ content-for "head-footer"}}
+ {{ content-for "test-head-footer"}}
+
+
+{{ content-for "body"}}
+{{ content-for "test-body"}}
+
+
+
+
+
+
+
+{{ content-for "body-footer"}}
+{{ content-for "test-body-footer"}}
+
+
diff --git a/tests/integration/.gitkeep b/tests/integration/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/tests/test-helper.js b/tests/test-helper.js
new file mode 100644
index 00000000..e6cfb70f
--- /dev/null
+++ b/tests/test-helper.js
@@ -0,0 +1,6 @@
+import resolver from './helpers/resolver';
+import {
+ setResolver
+} from 'ember-qunit';
+
+setResolver(resolver);
diff --git a/tests/unit/.gitkeep b/tests/unit/.gitkeep
new file mode 100644
index 00000000..e69de29b
diff --git a/vendor/.gitkeep b/vendor/.gitkeep
new file mode 100644
index 00000000..e69de29b