Ana Ulin

Results 27 issues of Ana Ulin

@nathanvda following up on https://github.com/nathanvda/cocoon/issues/568#issuecomment-1189843826 in a separate issue as requested. In my case, I want to allow a user to add or remove items to a column that is...

**Describe the bug** The following migration: ```ruby def change create_enum :product_type, %w[one-off subscription] add_column :products, :types, :product_type, array: true, default: [] end ``` Fails with the error: ``` TypeError: can't...

bug

Based on testing of the application flow, we should improve the following things: Intro text: - (https://github.com/doubleunion/arooo/pull/714) change explanatory text about visibility of applications; it should make clear that the...

voting/applications
text change

This has happened a couple of times in the last few years, that there after a deploy the app is no longer starting up and it takes us a bit...

dev quality of life
deploy

Upgrade to the latest version of Rails 6.

maintenance-updates

The current text talks about the smart key lock we no longer have, and seems to imply that the next step is to go to an orientation, while right now...

member

![Screen Shot 2022-07-15 at 12 25 20 PM](https://user-images.githubusercontent.com/6729309/179298960-5d1808b3-424e-44bf-88e2-8973a5e0a67f.png) See Heroku docs here: https://help.heroku.com/X5OE6BCA/heroku-18-end-of-life-faq

high priority
maintenance-updates

We need to change our support of door codes for our new space. The new workflow will look like: 1. Admin generates X (unused) codes in the app. These codes...

admin tools
member

Encountered today during testing session with @brittag , around 3:45 PM on 1/31/2021 (to help look up logs or Bugsnag info). Applicant got unhelpful Heroku "everything is bad" screen: ![Image...

voting/applications

On the screen a new user sees after authenticating for the first time with GitHub or Google, there is a box asking the user to enter their email. After the...

voting/applications