GithubHelp home page GithubHelp logo

broccoli's People

Watchers

 avatar  avatar

broccoli's Issues

Design login/signup workflow

Right now, the root view controller is the Tab VC with the Login / Signup controllers.
I'm not sure this is the best way to go. It seems better to have the launching controller delegating the next controller to present. Not sure this is exactly the best way, but overall the goal is to have an efficient and flexible way to either show the login/signup screens if the user is not logged in or the homepage otherwise.

Create a wrapper around Alamofire

I don't want to use Alamofire directly. Instead, I want to have a wrapper that uses Alamofire but that is ready to use whatever else, not affecting the parts using this wrapper.

Clean the API: remove User and fk on UserDay

As Auth0 takes care of Users and their authentication, there is no need to have a User entity.
This involves removing its controller, tests and the relationship from UserDay to User.

Find way to get heroku to automatically pull from master on change but work within the /server directory

Now if heroku pulls from master, it fails, since the buildpacks expect to find an elixir/phoenix project at the root of the pulled repository but it is within the ./server dir.

So either:

  1. heroku doesn't auto deploy, but instead Travis triggers it running git subtree push --prefix server heroku master
  2. find a way of having heroku building within ./server
  3. split the repository: one for the phoenix app, other for the ios (and android later)

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.