Magic Coder

Results 22 issues of Magic Coder

**What is the problem?** Auth token are exposed in the URL when user signs in the website. This allows attacker to easily steal users' token as it can be send...

enhancement

**What is the problem?** There is no measurements on how many users tried to sign in to the app using different oauth account providers. **Your solution** Add [instrumentation code](https://github.com/short-d/short/tree/master/backend/app/usecase/instrumentation) to...

enhancement
good first issue

**What is the problem?** There are lots of large PRs without clear PR descriptions. People never had the opportunity to learn how to write good PR description and why to...

maintainability

Currently, we are manual logging into the server to manage Short's database. This is very inconvenient. Let's create a admin dashboard so that we can: 1) Add a short link...

enhancement
Go
React
design-doc
p1

User should be able to edit the short links they created. This involves: - Add edit & delete button to the Short links that are created by the user in...

enhancement
Go
React
p0

Currently, there is no standardized way for load balancer to automatically determine the liveness of a service in order to route the traffic to the available server.

enhancement
Go
design-doc
p1

User should be able to search the public and the private short links they created. This involves - Add a search box in the header in React - Add search...

enhancement
Go
React
p2