Code Monkey home page Code Monkey logo

room538's Introduction

Build Status

Room538

A hostel room control application. It is destined for controlling who is next on things like "cleaning up", "taking out trash" or other activities between you and your roommates.

Deployed to Heroku: https://room538.herokuapp.com/

Features

  • Authentication via registration, VK or Google
  • Create rooms and invite your roommates to them
  • Create new activities and use them in your room
  • Simple dashboard with:
    • Status: who is next on what activities
    • Progress: progresses on every activity of every roommate
    • History: history of submitting done activities in your room
  • Ability to reset room progress, edit or leave room

Technologies:

  • Language: Ruby
  • Framework: Rails
  • Database: PostgreSQL

Local development

  1. Install PostgreSQL
  2. Run the following commands to install project:
$ git clone https://github.com/hmlON/room538.git
$ cd room538
$ bundle install
$ rails db:create db:setup
$ rails server

Testing

$ rails db:test:prepare
$ rspec

room538's People

Contributors

hmlon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

itkpi

room538's Issues

Notifications for undone actions

I want to set action repeat time.
And after that time user who is next on this action will receive email that he need to do it.

ActiveRecord::InvalidForeignKey in rooms#leave

Error in Room538

ActiveRecord::InvalidForeignKey in rooms#leave
PG::ForeignKeyViolation: ERROR: update or delete on table "rooms" violates foreign key constraint "fk_rails_8ddbaad4c7" on table "room_activities"
DETAIL: Key (id)=(53) is still referenced from table "room_activities".
: DELETE FROM "rooms" WHERE "rooms"."id" = $1

View on Bugsnag

Stacktrace

app/controllers/rooms_controller.rb:55 - leave

View full stacktrace

Created automatically via Bugsnag

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.