Skip to content

Commit

Permalink
Removed Unused Files and Fixed Minor FE Bugs (taipei-doit#129)
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

**Issue:** closes taipei-doit#126 

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

- [x] Bug Fix
- [x] 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
ann125697 authored Feb 19, 2024
2 parents b382147 + 9fb2071 commit 1ba84f3
Show file tree
Hide file tree
Showing 123 changed files with 13 additions and 1,771,086 deletions.
39 changes: 6 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Important Notice

From now to late February 2024, Taipei City Dashboard FE will be undergoing a massive overhaul to officially connect the platform's backend. During this time, any outside issues or pull requests will not be accepted and be closed immediately.
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

Expand All @@ -16,42 +16,15 @@ 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 initial layouts and basic functionalities of Taipei City Dashboard 2.0 and feel the time is right to begin sharing the development process with 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!
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!

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).

[Demo](https://tuic.gov.taipei/dashboard-demo) | [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-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)

## Quick Start

### Docker-compose

1. Install [Docker](https://www.docker.com/products/docker-desktop/) on your computer and start running it.
2. Install [Docker-compose](https://docs.docker.com/compose/install/).
3. Fork this repository then clone the project to your computer. Execute `cd docker` in the repository terminal to change to the docker folder.
4. Execute the following command to create a Docker network..
```bash
docker network create --driver=bridge --subnet=192.168.128.0/24 --gateway=192.168.128.1 br_dashboard
```
5. Execute the following command in the system terminal to start and check 1 Redis and 2 PostgreSQL database servers.
```bash
docker-compose -f docker-compose-db.yaml up -d
```
>**i01** Use `docker-compose -f [yaml_file] ps` to check the container status specified in the YAML file.
>**i02** Use `docker logs -f [container id or name]` to check container status
6. Execute the following command to initialize the dashboard frontend and backend.
```bash
docker-compose -f docker-compose-init.yaml up -d
```

7. Execute the following commands to start Nginx, the dashboard frontend, and backend.
```bash
docker-compose up -d
```

8. Refer to the [Docs](https://tuic.gov.taipei/documentation/back-end/project-setup) to complete further configurations.
Please refer to the [Docs](https://tuic.gov.taipei/documentation/front-end/project-setup) for the quick start guide.

## Documentation

Expand All @@ -61,6 +34,6 @@ Check out the complete documentation for Taipei City Dashboard [here](https://tu

Many thanks to the contributors to this project!

<a href="https://github.com/tpe-doit/Taipei-City-Dashboard-FE/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tpe-doit/Taipei-City-Dashboard-FE" />
<a href="https://github.com/tpe-doit/Taipei-City-Dashboard/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tpe-doit/Taipei-City-Dashboard" />
</a>
22 changes: 0 additions & 22 deletions Taipei-City-Dashboard-FE/public/chartData/103.json

This file was deleted.

22 changes: 0 additions & 22 deletions Taipei-City-Dashboard-FE/public/chartData/104.json

This file was deleted.

21 changes: 0 additions & 21 deletions Taipei-City-Dashboard-FE/public/chartData/107.json

This file was deleted.

21 changes: 0 additions & 21 deletions Taipei-City-Dashboard-FE/public/chartData/108.json

This file was deleted.

21 changes: 0 additions & 21 deletions Taipei-City-Dashboard-FE/public/chartData/110.json

This file was deleted.

13 changes: 0 additions & 13 deletions Taipei-City-Dashboard-FE/public/chartData/111.json

This file was deleted.

12 changes: 0 additions & 12 deletions Taipei-City-Dashboard-FE/public/chartData/114.json

This file was deleted.

30 changes: 0 additions & 30 deletions Taipei-City-Dashboard-FE/public/chartData/116.json

This file was deleted.

12 changes: 0 additions & 12 deletions Taipei-City-Dashboard-FE/public/chartData/117.json

This file was deleted.

12 changes: 0 additions & 12 deletions Taipei-City-Dashboard-FE/public/chartData/118.json

This file was deleted.

62 changes: 0 additions & 62 deletions Taipei-City-Dashboard-FE/public/chartData/140.json

This file was deleted.

20 changes: 0 additions & 20 deletions Taipei-City-Dashboard-FE/public/chartData/141.json

This file was deleted.

Loading

0 comments on commit 1ba84f3

Please sign in to comment.