Giter Club home page Giter Club logo

ember-collective's Issues

Fill out About page.

AC:

  • Info about me
  • Why I made Ember Collective
  • Contact information
  • Acknowledgements to people who helped

Logged in user state

AC:

  • NavBar links should change depending on the user's logged in status
  • User's logged in status should be saved in the backend somehow.

Connect the Create Account component to the backend.

AC:

  • The Create Account form should add new data to the backend.
  • If the user successfully creates an account, they should be taken to the logged in state of Browse the Hub
  • Display error messages for input validations

Add user's receivers to redux.

AC:

  • The current user's info in the global state should include their receivers.
  • Update the DonationChallenge component to reflect this change.

Create a profile page.

AC:

  • Logged in users should be able to access their profile page from the NavBar component.
  • Profile page should contain:
  • Username
  • Join date
  • Activity states (nominations, verifications, sent donation match challenges)
  • Donation match challenge feature

Users can view each other's profiles.

AC:

  • Change Routes and Links so that users' profiles are /users/:id rather than /profile
  • Donation match challenge feature should not be shown for non-logged in profiles

Add gofundme campaigns for the families that have experienced police brutality.

AC:

  • Display under police brutality map.
  • Show names, pictures, short descriptions, and gofundme links.

List of people:

  • Breonna Taylor
  • Elijah McClain
  • George Floyd
  • Javier Ambler
  • Manuel Ellis
  • Tamir Rice
  • Trayvon Martin

To add:

Post-account creation actions

AC:

  • Creating an account should automatically log the new user in.
  • Successful account creation should take the user back to the Hub.

Organization filter should not include descriptions.

AC:

  • Search terms should only look at the names and locations of organizations.

Note:

  • The following code does not filter out description keys.
      orgs = this.props.orgs.filter((org) => {
        return Object.keys(org).some(key =>
          typeof org[key] === "string"
          && org[key] !== "description"
          ?
          org[key].toLowerCase().includes(this.state.searchTerm) : null
        )
    })

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.