planner icon indicating copy to clipboard operation
planner copied to clipboard

🗓 the main codebar site

Results 91 planner issues
Sort by recently updated
recently updated
newest added

If a user is not logged in, instead of erroing is someone is trying to access a member edit page, redirect them to the login page (through GitHub). Fixes [rb#465](https://app.rollbar.com/a/codebar-production/fix/item/codebar-production/465).

Installing Node from nodesource scripts has been very recently deprecated (and sleeps the build for 60s). This replaces the script with installing the signed debian repo directly using the instructions...

## Description of the issue 📄 Running the line `curl -fsSL https://deb.nodesource.com/setup_20.x` in the Dockerfile comes up with a script deprecation warning and freezes the build for 60 secs. Looking...

## Description of the issue 📄 We have a coach who is on the waiting list for our next workshop 10 times. This has happened before where the student was...

## Description of the issue 📄 Two students have contacted me saying they have been unable to remove their RSVP for a workshop. The first student was bumped up from...

## Description of the issue 📄 The workshop creation page has an "Additional description" text box to allow you to add some workshop-specific information. This appears at the top of...

Building the application using Docker on Apple Silicon (M1, M2, etc) fails with the following error in the step where it attempts to install Google Chrome: ``` 7.332 + apt-get...

## Description of the issue 📄 The main page of a chapter (eg. https://codebar.io/west-london) shows the latest tweets from the chapter's twitter account on the side. It is no longer...

## Description of the issue 📄 As part of the pull request to update to Rails 5, https://github.com/codebar/planner/pull/1882, Bullet has started throwing exceptions on certain queries. For the moment we...

## Description of the issue 📄 There are occasions when workshops need to be cancelled. There needs to be a checkbox on the admin page of the workshops that does...

enhancement