Kristofer

Results 39 issues of Kristofer

"looks great! needs ENS reverse resolution so instead of seeing 0x addresses you could see their ENS name instead" https://twitter.com/BrantlyMillegan/status/1409967450335199243

When selecting to view completed funding proposals you expect to see the amount of support an issue got in order to get passed. Instead you see .. something else. Does...

It would be nice to be able to set a vote end time, after which no more votes are accepted. That, plus a countdown timer: "Vote closes in …".

enhancement
help wanted

We are using winston for logging, both in the Discord bot and the API. Logging to file is good but inaccessible. We would like to add the option to push...

enhancement
api
discord-bot

## Main Success Scenario 1. User navigates to `[community].givepraise.xyz/activate-twitter` 2. User logs in with Twitter credentials to prove ownership of Twitter account 1. Uses the "Login with Twitter" oauth flow...

enhancement
twitter-bot

![image.png](https://images.zenhubusercontent.com/5fdba670baa205320c5a291e/7dc4a03a-9ace-4fb8-a71d-5606e43b24ef) ## Main success scenario 1. Write Tweet in the form `@givethpraise @user for doing something great` 2. TwitterBot picks up tweet from listening to all tweets mentioning `@givethpraise` 3....

enhancement
twitter-bot

``` /api/reports/receiverBio/123... /api/reports/receiverLabels/123... ```

discord-bot

- [ ] Research email sender platform - [ ] Create API email sender service

enhancement
api

Use more of the NestJs openapi decorators so that the API is better documented. https://docs.nestjs.com/openapi/introduction Example from https://github.com/givepraise/praise/blob/cc50b8bfcff095e0f14bd0945034dd726d10b484/packages/api2/src/auth/auth.controller.ts#L28 ``` @Post('eth-signature/nonce') @ApiOperation({ summary: 'Generates a nonce for the user and returns...

documentation