Git Product home page Git Product logo

dirtydish's Introduction

DirtyDish

Mobile Android App For Shared House Maintenance

Prerequisites

In order to create an account, you must have an "@ucsc.edu" email

Built With

Authors

  • Giulio Colleluori
  • Abdurrahman Alomari
  • Alexander Kiryukhin
  • Sean Odnert

dirtydish's People

Contributors

giulioco avatar ormakent avatar toasthater avatar sosharkie avatar

Watchers

 avatar

dirtydish's Issues

ViewHouseFragment crash

synthetic view is accessed in onCreateView() when view is not yet initialized, resulting in null references and crashes
All logic involving synthetic views should be used inside onViewCreated()

ChoreView Crash

Try using the app with a shitty internet connection. Session houseRef doesn't load in time if you go directly to chores, resulting in a crash:

kotlin.UninitializedPropertyAccessException: lateinit property houseRef has not been initialized
        at com.dirtydish.app.dirtydish.ChoresFragment.attachListenerForChanges(ChoresFragment.kt:70)

Chores Page Buttons Not Working

For some reason, the reference to the buttons relative to the chores page ChoresFragment is null. So, when it goes to bind it with the onClickListener it doesn't actually do anything. Nonetheless, it still displays the buttons..

ChoresHome crash

Line #32 of ChoresFragment.kt throws a NullPointerException on this
houseRef = db.getReference("houses").child(Session.userHouse!!.id)

Which makes me think the Session is still downloading the house, we need to check for that and avoid it - maybe use a loader and load id ASAP somehow when it is needed

Semantics Error In Invite Housemates

If there are 4 housemates in the house, I should only invite 3 more housemates. If I have 2, I should invite one. If I have one, I should skip the invite step

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.