Greg Slepak

Results 343 issues of Greg Slepak

### Problem Some issues are old and it's not clear whether they're still relevant. However, there are so many open issues that they make it harder to comb through and...

Level:Starter
Note:Research
Kind:Process

### Problem It's unclear what the rules are for using the `L` function in Pug. ### Solution Add documentation showing how and when to use the `L` function, along with...

Level:Starter
Kind:Documentation
Note:Accessibility

### Problem If we are offline we still want to be able to load the app, use it, and display attachments, avatars, etc. ### Solution There are several possible solutions:...

Kind:Enhancement
App:Frontend
Level:Advanced
Kind:Core

### Problem We have no data on how much of our code Cypress tests cover. ### Solution Follow [this guide](https://docs.cypress.io/guides/tooling/code-coverage.html), making sure to add coverage to the backend as well...

Kind:Test
Priority:Low
Note:Tooling

### Problem We haven't thoroughly vetted our codebase for accessibility issues. ### Solution [This very informative post on accessibility in SPAs](https://nolanlawson.com/2019/11/05/what-ive-learned-about-accessibility-in-spas/) covers a range of issues and offers a bunch...

App:Frontend
Kind:Test
Note:Accessibility

### Problem ProposalTemplate.vue does not handle `RULE_THRESHOLD` as used by `AddMembers.vue`, `Mincome.vue`, and `RemoveMember.vue`. See this thread for details: https://github.com/okTurtles/group-income-simple/pull/823/files/79ae5c392988fa4a73ee3329951dacc881ed275d#r385417097 Copying some details from there: > There is one more...

Kind:Bug
App:Frontend
Priority:High
Kind:Core

### Problem Once the prototype is ready, we want to make sure we ship something that has no memory leaks. We haven't tested our app for memory leaks yet, but...

Kind:Enhancement
App:Frontend
Priority:Low

### Problem In Figma @mmbotelho brought up a great question about the Recovery Page (#761): > What happens, from a technical perspective, when this process is interrupted? For example, if...

App:Frontend
Priority:High
Level:Advanced
Kind:Core

### Problem We still haven't set in stone how our payments system will work, and there are various competing ones, including recently W3C's [Payment Request API](https://www.w3.org/TR/payment-request/). Note that just because...

App:Frontend
App:Backend
Note:Discussion
Priority:High
Note:Research
Kind:Core
Note:Payments

### Problem There are some bugs in our strings, e.g. search the project for: - `The reason why I' propositiong this change is..` - ``` significant impact on a person’s...

Kind:Bug
App:Frontend
Level:Starter
Priority:High
Note:Tooling
Note:Accessibility