Coder Social home page Coder Social logo

taekwondo-rails's Introduction

Taekwondo Build Status Code Climate Test Coverage

Manage Taekwondo teams, competitors and competitions. Web based portal allows you to register competitor to particular competition.

Demo

Check the lastest version at itf.herokuapp.com.

License

All source code in the Taekwondo is available under the GNU GPL v3 License. See LICENSE.md for details.

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ cd ~/tmp
$ git clone https://github.com/valasek/taekwondo
$ cd taekwondo
$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

taekwondo-rails's People

Contributors

valasek avatar

Watchers

 avatar  avatar

taekwondo-rails's Issues

Set the team for new members

And uncomment failing tests from test/controllers/members_controller_test.rb:

  • test_should_create_member
  • test_should_update_member

Solve major functional issues

Basic functionality

  • add functionality to enroll/cancel member to/from the competition for team owner and admin
  • Add child tables (sex, levels, Matsogi, Tull, Wirok, Tki) and also localize them as well

Home page

  • List of all enrolled fighters for particular competition per team
  • List of all registered team names and number of members

User rights

  • Add/remove member from competition for team owner and admin
  • Show/Delete/Edit relevant team members only for team owner and admin

Enhance admin rights

  • View all users from all teams
  • Edit competition
  • Reset test data

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.