Results 39 issues of Gregor Zurowski

The new and edit modals will lowercase the hub name before posting the new/update request to the backend. For example, this results changing the hub name _Computer Science_ to _computer...

Currently, fundraise-related feed entries are not correctly updated since the related task is triggered before the purchase transaction is committed. This leads to amounts not being reflected in the corresponding...

This change introduces a new `hubs` array field to feed entries to reduce the number of feed entries. - Add a `hubs` as an `ArrayField` and a corresponding GIN index....

This change stops the usage of the generic parent relation for feed hubs. Instead of the generic relation, hubs are managed in the corresponding n:m relation.

This change introduces a relation to hubs for feed entries to reduce the number of feed entries. - Add a `hubs` m:n relation to the feed entry model. - Migrate...

Reverts ResearchHub/researchhub-backend#2299

- Remove unused utility functions. - Relocate the only used utility into the lib package. - Remove unused migrations folder.