Giter VIP home page Giter VIP logo

cloudbalance's Introduction

Project Name

Cloudbalance allows users to view, search, and manage their cloud storage accounts, focusing currently on Google Drive and Dropbox.

Team

  • Product Owner: Preston Parry
  • Scrum Master: Matt Conrad
  • Development Team Members: Alan Sun, Christian Reyes

Documentation

Documentation has been provided in several different places:

  1. The wiki
  2. The highLevelInfrastructure text file in the root directory of the code
  3. Extensive commenting throughout the code itself

Installing Dependencies & Build Process

Please follow the steps outlined in the Build Process Wiki.

Roadmap

View the project roadmap, and our long term product vision.

cloudbalance's People

Contributors

climbsrocks avatar conrad avatar hackreactor-students avatar zheshishei avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cloudbalance's Issues

Warning in console relating to how React component is called

Warning: Something is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory
main.js:19632 Warning: App is calling a React component directly. Use a factory or JSX instead. See: http://fb.me/react-legacyfactory

Found this resource, which appears to be straightforward: https://gist.github.com/sebmarkbage/ae327f2eda03bf165261

But currently unable to find the guilty code. It should be in the general js folder or the components folder.

Create functional client-server API

Add to the comments that the POST requests for moving files should include the locations/directories within services of both where the file is moving to and where it's coming from

Preston's React ToDos

  1. build out linkages in appConstants.js
  2. Update appActions.js according to the notes in there
  3. the boilerplate dispatcher uses es6 promises. see if we should refactor to be consistent with other promises.
  4. Serve static files from server

Investigate Store

it is the ultimate data store.

we're trying to just update the store

every component has it's own state and props attributes.

this.state.whatever sets the immediate variables the store has access to, but those variables don't have access to the store. those variables have access to parent variables.

Errors are returning from return statements in the store

Many of the store's methods must return objects for output to the components (or else a serious error is thrown), but these return statements won't take object literals. They're going unrecognized right now.
In order to get the pages to render, I have references to the store commented out until this is fixed

Document key learnings

  1. the flow through the react/flux architecture
  2. the build process- i've built out my understanding of it
  3. where to find the files in our secrets folder
  4. any important learnings or hacks from our integrations with each api

Client to Server API Endpoints

  1. Get file lists from both services.
    Send:
    Type: Get
    data:getAllFileLists
    Receive: json file lists, where both file lists are in the same format
  2. Move file from one location to another
    Send:
    Type: Post
    data: fileID, fromLocation (path most likely), toLocation (again, a path most likely). fromService (service name), toService (service name)
    Receive: fully updated file lists from each service. This will be the complete file list from each service to start with.
  3. Signin and authetication
    Send:
    Type: Post
    data: username, password. This will look up the tokens for each service in the database.
    Receive: authentication stuff.
  4. Signup
    Send: username
    Receive: if that username is available/fits our requirements
    Send: username and password for CloudBalance
    Receive: authentication stuff
    Send: oauth info for both services
    Receive: more authentication stuff.

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.