The code for www.dancedeets.com and the DanceDeets mobile app.
server/: AppEngine server codebase (contains FE JS code, Python GAE app, and other miscellaneous).mobile/: React Native app (including JS code).common/: Common functions and data models used by bothserver/andmobile/`. As well as data shared by both (ie all the tutorial data)bybase/: Some half-finished scripts, just poking around at the data bybase was usingscripts/: Some scripts that might apply to things outside of just a server or mobile contextdataflow/: The Google Cloud Dataflow (aka Apache Beam) code. Basically where the new MapReduce type jobs are being written, as we try to migrate off Google AppEngine mapreduce and pipeline libraries.