Jordan Gensler

Results 57 issues of Jordan Gensler

We moved to consolidate internal and external IDs, so we can do the efficient organization membership join now (plus probably some others)!

I'm not considered that modals are the greatest UI for creation flows. I think full-screen creation pages might be better. They're browser history friendly, and we can still make them...

It's pretty simple to create an incredibly complex query that you can execute against our API. We should guard against this. TypeGraphQL has some helpers that make this not too...

We should add pretty basic rate limiting to our API, just to avoid people from doing very basic bad things: https://github.com/koajs/ratelimit

Currently, you can only add a collaborator by adding them to an entire organization. Instead, we should allow there to be per-application collaborators. Alternatively, this could be done by making...

post-launch

When we delete resources, we don't really delete all of the required entities, so we often end up with orphaned entities that still impact other systems (for example, a floating...

We need an administrator view of all data. To allow this, we can build a control plane. This is where we'll do things like grant raised resource limits, and send...