Skip to content

mumuki/mumukit-platform

Repository files navigation

Build Status Code Climate Test Coverage Issue Count

Mumukit::Platform

Generic components for building Mumuki Platform applications

Installation

Add this line to your application's Gemfile:

gem 'mumukit-platform'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mumukit-platform

Requeriments

In order to properly use this gem, you must declare organization, course and user classes, and implement some required methods:

organization:

  • #name
  • #locale
  • .find_by_name!

user:

  • .find_by_uid!

course:

  • .find_by_slug!

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mumuki/mumukit-platform. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

Generic components to build Mumuki Platform application

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published