Coder Social home page Coder Social logo

juntagrico-badges's Introduction

juntagrico-badges

image Maintainability Test Coverage image image

Add badges to members in juntagrico.

This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico)

Features

  • Badges can be added in the data administration
  • Members have a new menu "Badges" where they can see their assigned badges
  • The admin can configure for each badge if members can assign them themselves
  • The Admin can see a list of all members having badges which he can filter and send emails to matching members

Installation

Install juntagrico-badge via pip

$ pip install juntagrico-badges

or add it in your projects requirements.txt

In settings.py add 'juntagrico_badges',, above 'juntagrico''.

INSTALLED_APPS = [
    ...
    'juntagrico_badges',
    'juntagrico',
]

In your urls.py you also need to extend the pattern:

urlpatterns = [
    ...
    path('', include('juntagrico_badges.urls')),
]

juntagrico-badges's People

Contributors

pascalfree avatar patrickuhlmann avatar

Watchers

James Cloos avatar Samuel Müller avatar  avatar Iulian Ciorăscu avatar  avatar  avatar  avatar  avatar Stephanie Sabel avatar Lynn avatar

Forkers

patrickuhlmann

juntagrico-badges's Issues

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.