juntagrico_assignment_request
Project description
# juntagrico_assignment_request
[![juntagrico-ci](https://github.com/juntagrico/juntagrico-assignment-request/actions/workflows/juntagrico-ci.yml/badge.svg?branch=main&event=push)](https://github.com/juntagrico/juntagrico-assignment-request/actions/workflows/juntagrico-ci.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/6c1a453b157b9395a858/maintainability)](https://codeclimate.com/github/juntagrico/juntagrico-assignment-request/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/6c1a453b157b9395a858/test_coverage)](https://codeclimate.com/github/juntagrico/juntagrico-assignment-request/test_coverage) [![image](https://img.shields.io/pypi/v/juntagrico_assignment_request.svg)](https://pypi.python.org/pypi/juntagrico_assignment_request) [![image](https://img.shields.io/pypi/l/juntagrico_assignment_request.svg)](https://pypi.python.org/pypi/juntagrico_assignment_request) [![image](https://img.shields.io/pypi/pyversions/juntagrico_assignment_request.svg)](https://pypi.python.org/pypi/juntagrico_assignment_request) [![image](https://img.shields.io/pypi/status/juntagrico_assignment_request.svg)](https://pypi.python.org/pypi/juntagrico_assignment_request) [![image](https://img.shields.io/pypi/dm/juntagrico_assignment_request.svg)](https://pypi.python.org/pypi/juntagrico_assignment_request/) [![image](https://img.shields.io/github/last-commit/juntagrico/juntagrico-assignment-request.svg)](https://github.com/juntagrico/juntagrico-assignment-request) [![image](https://img.shields.io/github/commit-activity/y/juntagrico/juntagrico-assignment-request)](https://github.com/juntagrico/juntagrico-assignment-request) [![Requirements Status](https://requires.io/github/juntagrico/juntagrico-assignment-request/requirements.svg?branch=main)](https://requires.io/github/juntagrico/juntagrico-assignment-request/requirements/?branch=main)
This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico)
It allows members to request assignments for jobs they have done, that were not announced.
## Installation
Add juntagrico-assignment-request to your requirements.txt
Add ‘juntagrico_assignment_request’, to the INSTALLED_APPS in your settings.py
Add path(r’’, include(‘juntagrico_assignment_request.urls’)), at the end of your urls.py
Redeploy your project
## Configuration
When requesting an assignment, members can select the person that can confirm that they did a job. To add people to this selection you will have to add this permission to that user: juntagrico_assignment_request | Arbeitseinsatz Anfrage | Kann selbständige Arbeitseinsätze bestätigen
Only the selected confirmer, will be informed about the request by email and can see the request.
If members don’t select any confirmer all users with the following permission will receive a notification and can see the request: juntagrico_assignment_request | Arbeitseinsatz Anfrage | Wird über nicht abgesprochene Arbeitseinsätze informiert
The [ASSIGNMENT_UNIT](https://juntagrico.readthedocs.io/en/latest/settings.html?highlight=ASSIGNMENT_UNIT#assignment-unit) setting is respected.
## Usage
Members will see a new entry in the menu to request assignments
They are presented with a form to fill out the details of the job they did
Below the form, they see a list of assignments that they already sent with the option to edit or delete them
Upon sending the form, the selected confirmer (or the fallback users) will be informed by email
- The confirmer can modify the assignment amount, accept, deny or just send a message to the member
For convenience, there is a one click option to confirm the assignment in the email
Once accepted, the member is informed, and an assignment is created
## Admin modifications
The extension creates job types and jobs on the fly behind the scenes as they are needed to create the assignments and show them to the member that made them. In order to not clutter the admin views with automatically generated content, these jobs and job types are hidden. As a side effect there will be assignments that have a valid job link, but when you follow that job, you will be told that no job with the given id exists.
## Release Notes
## 1.4
Upgrade to Juntagrico 1.4
### 1.4.1
Fix error when deleting selected jobs in the django admin
### 1.4.2
Consistently use vocabulary for the word “assignment(s)”
Support for assignment unit HOURS
### 1.4.3
Compatibility to juntagrico>=1.4.6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for juntagrico_assignment_request-1.4.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7800f48daa67b971e400d8200a826e1edca1ba2cef4284fcdfec231a56e4221 |
|
MD5 | 7d3197ce1818ed4a0003166a7e87d1d9 |
|
BLAKE2b-256 | 7fa427dea67d9f4920c0fc17a285f47bccb35cc59da658322bde9fef4e88c335 |
Hashes for juntagrico_assignment_request-1.4.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cdd103b4492df3266b52d057fbe4b451bf8e44d2bccd9fb6e594f4f18821dea |
|
MD5 | 6a9bfb1ce15c152fb443534ff7efb9a8 |
|
BLAKE2b-256 | 53f5ad4ceb3dee2ef29fcb6fdf333d8f7883eefe92c2afcb90b3d39fa43a6bda |