Nick Sellen

Results 51 issues of Nick Sellen

At the moment image uploads for messages and offers are resized on the client to be square. This is because I reused the croppa component that we use for profile...

backend
frontend
feature

On a users profile, their email is visible to other people in the group. This is probably from the early days before we had communication features in karrot. Most tools...

backend
frontend
feature

There is probably a bug somewhere here... not exactly sure where. As an applying user I cannot write private messages to people (I can see their profile, but there is...

bug
frontend

After applying for a group and keeping the browser open, once in there were _loads_ of these kind of errors: ``` TypeError: t.activity.activityType is undefined ``` I _suspect_ it didn't...

bug
frontend

Since implementing @-mentions in https://github.com/karrot-dev/karrot-frontend/issues/2407 we added usernames, but you can't change them yet. We should allow changing usernames! In https://github.com/karrot-dev/karrot-frontend/issues/2407#issuecomment-969236821= I said: > In discourse people have usernames, so...

Ideally we can use the runtime build that doesn't need to compile messages, but we need to understand this better before we can do it. For now, I'm adding 'unsafe-eval'...

See discussion over at https://community.foodsaving.world/t/remove-or-move-internal-group-description-aka-group-description-visible-for-members/259/4 The ways groups use the "description" field is usually more like _information_ for the people in the group. They put things like links to other...

help-wanted
starter-task

**Current behaviour** If all the members in a group are inactive, over time they will all be removed and the group will end up useless. Nobody can join. And nobody...

stale

From a comment in [the playground group](https://karrot.world/#/group/16/wall): > **Them**: Is it possible to customise the activity reminder email? > **Them**: On a specific case send to the users that applied...

ux-improvement
help-wanted
starter-task
backend
stale
important

Currently we return up to 400 (soon 800) activities per "page", as we don't have pagination implemented on the frontend for activities. See: https://github.com/yunity/karrot-backend/blob/36818f990781c1e775e560fa43c9d616fcbd5dec/karrot/activities/api.py#L181-L187 We recently had the issue that...

ux-improvement
help-wanted
backend
frontend
important