Kevan Yang

Results 9 issues of Kevan Yang

All unit tests in parser services passed but it show some `console.warn`. [See log](https://github.com/Seneca-CDOT/telescope/runs/7272336646?check_suite_focus=true#step:6:719): ``` @senecacdot/parser-service:test: console.warn @senecacdot/parser-service:test: One of your code blocks includes unescaped HTML. This is a potentially...

type: bug
area: microservices

## Issue This PR Addresses Fixes #3598 ## Type of Change - [ ] **Bugfix**: Change which fixes an issue - [ ] **New Feature**: Change which adds functionality -...

area: React Native

Our current Post-services `/` route will return an array of posts see JSON below. ```json [ { "id": "33a8c63f31", "url": "https://api.telescope.cdot.systems/v1/posts/33a8c63f31" }, { "id": "6f3d109b82", "url": "https://api.telescope.cdot.systems/v1/posts/6f3d109b82" }, { "id":...

type: enhancement
area: back-end
area: microservices

Part of #3350 Added Terraform to create our AWS resources from the CLI, it's the same resources from our [manual guide](https://github.com/Seneca-CDOT/telescope/blob/master/src/web/docusaurus/docs/getting-started/vscode-ssh.md).

Priority: Low

Redesign telescope react native app navigation Rework: - Bottom navbar - Add a menu screen for more menu options (Links to Telescope dashboard, Planet, Github, About us, and toggle for...

type: enhancement
area: React Native

After the dependencies page was added in this https://github.com/Seneca-CDOT/telescope/issues/3357. We can improve our `dependency-discovery` service to get the number of issues each of these dependencies has, and use that to...

type: enhancement
area: back-end
area: redis
area: microservices
area: dependency visualization

After the dependencies page was added in this https://github.com/Seneca-CDOT/telescope/issues/3357. We can improve on the CSS to make some part stands out more. Dependencies page: https://dev.telescope.cdot.systems/dependencies/ Example of possible CSS fix:...

type: enhancement
good first issue
area: front-end
area: css styling
area: dependency visualization

Recently, I looked into a tool called [Terraform](https://www.terraform.io/), an Infrastructure as Code. While reading the document to use [vscode ssh](https://github.com/Seneca-CDOT/telescope/blob/master/src/docs/docs/getting-started/vscode-ssh.md), I think it would be a nice plus to have...

type: enhancement

In https://github.com/Seneca-CDOT/telescope/issues/2803, we created a base image to be used. Base image 🔽 https://github.com/Seneca-CDOT/telescope/blob/master/src/api/Dockerfile Once refactoring all our dockerfile https://github.com/Seneca-CDOT/telescope/issues/1668 is done. We can start replacing all dockerfile to use...

type: enhancement
area: docker