amy icon indicating copy to clipboard operation
amy copied to clipboard

A web-based workshop administration application built using Django.

Results 170 amy issues
Sort by recently updated
recently updated
newest added

The [AMY users guide](https://carpentries.github.io/amy/users_guide/) provides a comprehensive guide to all internal views in AMY. This should also include guides to public facing views including the three workshop request forms and...

component: documentation

Now that we have a single Instructor badge, we do not want to see the lesson program specific checkout steps. These should be hidden from view so only four options...

In the admin view, the breaks between each event listings are thin gray lines. Consider what we can do to make the breaks more prominent (darker/heavier break lines; more prominent...

priority: defer

The `Lesson` model represents a single lesson in The Carpentries community. To contain more detailed information, the model needs updating: 1. add repository URL (optional) 2. add site URL (optional)...

type: enhancement
priority: defer

Depends on #2026. [Carpentries feed](https://feeds.carpentries.org/community_lessons.json) contains up-to-date detailed information about lessons. AMY should periodically refresh `Lesson` data from the feed. TODO: 1. How often check feed 2. How to implement...

priority: defer
type: new feature

When an Instructor signs up or cancels a workshop signup, a confirmation notification appears at the top of the screen. This notification was missed by several test uesrs. Would like...

priority: defer

....for excused or unexcused reasons. This should include how much notice they gave and what the reason was.

priority: defer
type: new feature

In the community roles config - if a role requires a badge, we should also be able to note whether that role should automatically be assigned when that badge is...

The language list doesn't include signed languages (e.g. American Sign Language, British Sign Language, South African Sign Language). As we start to broaden our work with the Deaf community, we...

type: discussion

Some developer tools and improvements to complete: - [x] docker-compose with database and redis - [x] [pre-commit](https://pre-commit.com/) with [black](https://github.com/psf/black) - [x] pre-commit with [flake8](https://flake8.pycqa.org/en/latest/) - [x] pre-commit with [isort](https://pycqa.github.io/isort/) -...

type: maintenance
type: optimization
component: database (DB)