Coder Social home page Coder Social logo

bounti's People

Contributors

currychern avatar jimmyhsu avatar seeksort avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

aninaser shaverda

bounti's Issues

Add Search Bar Component

Add a search bar component to the React Native app. Make sure that the user can type into the bar and submit a search.

Implement Form View

Create a FormView that will allow users to take a photo of their donation, type in and select relevant information, and create a listing!

Can't dynamically add references to images within List component

For the List component, the require statement in the image source has to be static. You can't pass the listing object as a prop and grab the image name:

// This will not work
<Image source={require('../../../img/' + this.props.food)} style={styles.listing}>
  ...
</Image>

// This will work
<Image source={require('../../../img/fresh-carrots.jpg')} style={styles.listing}>
  ...
</Image>

The docs explain that require statements in images must be static: http://facebook.github.io/react-native/releases/0.44/docs/images.html

This leaves the app with less flexibility, especially if integrating a search feature in the future.

Current discussion: facebook/react-native#2481

Waffle Setup

Setup Waffle board for the Bounti Github repository.

Ngrok bad hash

Running Linux Mint 18.1, 4.8.0-54-generic

Walked through setup, and at yarn install I get the following error:

$ yarn install
yarn install v0.24.5
[1/4] Resolving packages...
[2/4] Fetching packages...
error https://registry.yarnpkg.com/@exponent/ngrok/-/ngrok-2.2.7.tgz: Bad hash. Expected "37fe66f922b1003da2a78c66b7d4d3bc9313e423" but got "6c4a98fb138289a05788ac586676f7f153aecfcd" 
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Populate React Components with Data from Firebase

Figure out how to populate React Native components with data from Firebase instead of hard coding everything. Then, remove the information that is hard-coded and replace it with the data coming from Firebase.

Logo Design

We would like to design a logo for Bounti that is not directly tied to the name in the event we want to change it. Look at our design folder to look at the mockups and other design ideas we've come up with and make sure the logo ties in.

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.