Skip to content

Commit

Permalink
Fixed Numerous FE Bugs [Deploy Debug 5] (#153)
Browse files Browse the repository at this point in the history
**IMPORTANT: Please do not create a Pull Request without creating an
issue first.**

This repository is still under internal development. All outside pull
requests will be closed immediately.

## Summary

Fixed Numerous Small Bugs in the FE.
- <option /> background color bug in windows systems
- Links squashed together in component info view bug
- Narrow screen navigation bug on desktop
- Report issue word limit not aligned bug
- Changed the documentation link in the navbar
- Changed issue / pull request templates and index.html

## Type (Fill in "x" to check)

- [x] Bug Fix
- [ ] New Feature

## Checklist

Please make sure that all items are checked before submitting this
request.

- [x] Code linter has been run and issues have all been resolved
- [x] The code has been thoroughly tested and no visible bugs have been
introduced
- [x] The pull request will completely resolve the issue(s) mentioned
- [x] The pull request only resolves the issue(s) mentioned and nothing
more

## Additional context

N/A
  • Loading branch information
igorho2000 authored Mar 22, 2024
2 parents a0dacb5 + 41aacd0 commit 21183f8
Show file tree
Hide file tree
Showing 12 changed files with 76,815 additions and 76,783 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/be_feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ assignees: ["igorho2000", "ann125697"]

> Please submit all issues in English.
> This repository is still under internal development. All outside issues will be closed immediately.
## Please describe your feature request

A clear and concise description.
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ assignees: ["igorho2000", "ann125697"]

> Please submit all issues in English.
> This repository is still under internal development. All outside issues will be closed immediately.
## Describe the bug

A clear and concise description of what the bug is.
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/fe_feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ assignees: igorho2000

> Please submit all issues in English.
> This repository is still under internal development. All outside issues will be closed immediately.
## Type

- [ ] Application Functionalities
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# <img src='Taipei-City-Dashboard-FE/src/assets/images/TUIC.svg' height='28'> Taipei City Dashboard

## Important Notice

From now to early March 2024, Taipei City Dashboard will be undergoing a massive overhaul. During this time, any outside issues or pull requests will not be accepted and be closed immediately.

## Introduction

Taipei City Dashboard is a data visualization platform developed by [Taipei Urban Intelligence Center (TUIC)](https://tuic.gov.taipei/en).
Expand All @@ -16,11 +12,11 @@ Our dashboard, made yours.

Based on the above vision, we decided to begin development on Taipei City Dashboard 2.0. Unlike its predecessor, Taipei City Dashboard 2.0 will be a public platform instead of an internal tool. The codebase for Taipei City Dashboard will also be open-sourced, inviting all interested parties to participate in the development of this platform.

We have since completed the front-end and back-end of Taipei City Dashboard 2.0. From now on, you will be able to suggest features and changes to Taipei City Dashboard and develop the platform alongside us. We are excited for you to join Taipei City Dashboard’s journey!
We have since released Taipei City Dashboard 2.0 to the general public. From now on, you will be able to suggest features and changes to Taipei City Dashboard and develop the platform alongside us. We are excited for you to join Taipei City Dashboard’s journey!

Please refer to the docs for the [Chinese Version](https://tuic.gov.taipei/documentation/front-end/introduction) (and click on the "switch languages" icon in the top right corner).

[Official Site](https://citydashboard.taipei) | [License](https://github.com/tpe-doit/Taipei-City-Dashboard-FE/blob/main/LICENSE) | [Code of Conduct](https://github.com/tpe-doit/Taipei-City-Dashboard/blob/main/.github/CODE_OF_CONDUCT.md) | [Contribution Guide](https://tuic.gov.taipei/documentation/front-end/contribution-overview)
[Official Site](https://citydashboard.taipei) | [License](https://github.com/tpe-doit/Taipei-City-Dashboard/blob/main/LICENSE) | [Code of Conduct](https://github.com/tpe-doit/Taipei-City-Dashboard/blob/main/.github/CODE_OF_CONDUCT.md) | [Contribution Guide](https://tuic.gov.taipei/documentation/front-end/contribution-overview)

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion Taipei-City-Dashboard-FE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta name="version" content="<%= VITE_APP_VERSION %>" />
<meta
name="description"
content="Demo of the open-source version of Taipei City Dashboard, Taipei Urban Intelligence Center, Department of Information Technology, Taipei City Government"
content="Taipei City Dashboard, Taipei Urban Intelligence Center, Department of Information Technology, Taipei City Government"
/>
<title>%VITE_APP_TITLE%</title>
<!-- Global tag (gtag.js) -->
Expand Down
Loading

0 comments on commit 21183f8

Please sign in to comment.