Giter Club home page Giter Club logo

matcha's People

Contributors

jjwon0 avatar phoxelua avatar

Watchers

 avatar  avatar

matcha's Issues

Make a spec for the MVP

  • Value proposition
  • User scenarios
  • Competitive analysis
  • Required features
  • Nice-to-have features

learn how webpack/babel works

after spending a while trying to finagle with eslint and babel to get the airbnb configs to work (they didn't end up working), we should really:

  • how our babel config works
  • what we need to do in order to support better linting
  • remove anything we don't need, and add things that might help (look at boilerplates to get an idea here)

Set up a basic User data model

Primarily for authentication. We could also consider creating a Profile data model or something, to store some user information. We may want to discuss this in person and go over some existing implementations to design this well, but the only requirement is to support auth.

consider other technologies

eh, why not..... since this is mostly just going to be a learning project. elixer deals with many requests way better anyways.

alternatively, nodejs would be a great way to learn about isomorphic apps, would be easier to build, and would have a lot of great packages supported more easily.

clean up routes

add them to the routes folder so we can slim down the entry.jsx. also maybe rename that to main.jsx or index.jsx or some shit. make sure the base layout works

Set up basic layout for client

  • Write a basic Card
  • Write a top navigation bar
    • Make it responsive
  • Set up multiple routes
  • Add some SCSS mixins for a responsive container (could probably copy from Bootstrap, hard to do with Flexbox because it requires a parent and a child)

Refactor Webpack configs

I'm a huge fan of the way that davezuko does his webpack configurations in this boilerplate. Planning on powering up our webpack config code in a similar way, so we can get rid of having the webpack configs in the root directory.

There's actually a lot of good info there to learn about. Have to be careful and test a lot tho because of the different entry points in his isomorphic boilerplate vs our Flask config.

Setup script

Create a setup script that will setup the environment with necessary exports variables and installs packages.

Script should clean environment first and have strict versioning.

Set up CircleCI

We can use CircleCI for running tests actually, free up to however many build runs.

Plaid integration

Plaid has an official library for Python to integrate with.

This extremely basic integration should include:

  • Basic configuration for the Plaid client
  • Authenticate a Connect user

The latter might be best done in the form of a command-line script which makes a request to our server with the username and password of the bank account. If we can't test that because all of our account information is MFA, then this might be blocked upon creating a frontend for this flow.

clean up login

make login do shit like actually verify something meaningful instead of returning a hardcoded token

Update package.json

Basically, go through and make sure that the things that are there are things we want, with the right versioning. Most of them should be set to newest, if possible.

configure flake8

flake8 is bitching about alembic so we need to ignore those

should have linter configs in general, i added one which hooks into webpack for airbnb's js styles but it doesn't really enforce them that rigorously oh well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.