Kaan Yagci

Results 13 issues of Kaan Yagci

Building the Docker image with `Dockerfile` with `docker build .` was failing with the following error message: ```bash => ERROR [4/4] RUN go build -tags example -o /build/gocv_version -i ./cmd/version/...

Given the user id, we want to add this user as a friend. If it is not already on our friend list. If the given user already exists in our...

enhancement
P2
library
profile

Given a user id, we want to return public information for the user. - [ ] Check what information is public - [ ] Create a `UserProfile` which contains this...

enhancement
P2
library
profile

As #66 is now merged, the example app should be updated with the refactored version.

documentation
P1
library
example

For instance, we do not have much information on our README. Also, we do not have proper documentation. We need to update this to help newcomers.

documentation

For instance, there are no tests at all except for manual tests. We need to have tests.

bug
enhancement
P1
test

CI is broken for now. - [ ] Add linter - [ ] Add automatic npm deployment on each new tag creation - [ ] #69

bug
enhancement
P1
ci

- [ ] Add [contributor convenant](https://www.contributor-covenant.org/) as Code of Conduct - [ ] Update `README`

documentation
enhancement
P1

- [ ] Add a `CONTRIBUTING.md` file following the [example](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) - [ ] Update README

documentation
enhancement
P1

We want to be able to post a comment a given post. We can do that with a function `void comment(String content)` in the `Post` class.

enhancement
P2
library
group