Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Myron Bañez Final #20

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
236db1e
Create PRD
myronbanez Nov 18, 2022
6e07a36
Rename PRD to PRD.md
myronbanez Nov 18, 2022
9de83bc
Update PRD.md
myronbanez Nov 18, 2022
2611edc
Update PRD.md
myronbanez Nov 18, 2022
8b6aa1c
set up
myronbanez Nov 27, 2022
ab416b9
new updates
myronbanez Nov 28, 2022
f211ea1
updates
myronbanez Nov 28, 2022
3512f67
updates
myronbanez Nov 29, 2022
e630e52
mapped businesses
myronbanez Nov 29, 2022
a4226e2
updates
myronbanez Nov 30, 2022
5b19b86
fixed list
myronbanez Nov 30, 2022
4fd53b4
css
myronbanez Nov 30, 2022
c068504
on click latlng and css
myronbanez Nov 30, 2022
961bbf3
updated css
myronbanez Nov 30, 2022
b647385
fixed popups
myronbanez Dec 1, 2022
577e50b
scroll box and pop up edits
myronbanez Dec 2, 2022
748dddd
added sidebar
myronbanez Dec 2, 2022
61af32c
text box and css changes
myronbanez Dec 2, 2022
5c13cb4
css
myronbanez Dec 7, 2022
46ae98e
new updates
myronbanez Dec 7, 2022
fcb6389
feature collection
myronbanez Dec 9, 2022
bf8155c
fixed fc and popup
myronbanez Dec 9, 2022
e80b382
firebase
myronbanez Dec 13, 2022
bd7725a
changed fields
myronbanez Dec 13, 2022
b0c7b04
update
myronbanez Dec 13, 2022
e7d4562
update
myronbanez Dec 13, 2022
dacd2f5
rd
myronbanez Dec 13, 2022
1f75b7b
rdme
myronbanez Dec 13, 2022
49d787d
image
myronbanez Dec 13, 2022
3f26380
read
myronbanez Dec 13, 2022
39c0212
readme and prd
myronbanez Dec 13, 2022
d188d78
PRD updates
myronbanez Dec 14, 2022
709c4d2
site
myronbanez Dec 14, 2022
f04fd82
prd
myronbanez Dec 14, 2022
5f00556
fixed data collection
myronbanez Dec 14, 2022
baf6a91
fixed feature collection
myronbanez Dec 14, 2022
77471dd
fixed backend and new points
myronbanez Dec 14, 2022
301b8de
html update
myronbanez Dec 14, 2022
f6dd1c6
fixed test
myronbanez Dec 14, 2022
0e75f19
css
myronbanez Dec 14, 2022
8c36f99
css updates
myronbanez Dec 14, 2022
6568dae
css update #2
myronbanez Dec 14, 2022
7228faa
update 3
myronbanez Dec 14, 2022
bf123d5
css
myronbanez Dec 15, 2022
a8e9067
fixed css
myronbanez Dec 15, 2022
e3df28e
updates
myronbanez Dec 19, 2022
d48ef87
Merge branch 'musa-611-fall-2022:main' into main
myronbanez Dec 19, 2022
c9d4044
update readme
myronbanez Dec 19, 2022
d8c3f08
Merge branch 'main' of https://github.com/myronbanez/final-project
myronbanez Dec 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
32 changes: 32 additions & 0 deletions PRD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Product Requirements Document: Historic Seattle Filipinotown

## Purpose

To serve as a community engagement and historic preservation tool, the Historic Seattle Filipnotown web application hopes to encourage the community to participate in remembering and contributing to the history and story of Seattle's Filipinotown

## Features

This web application will include the following features:
* Map markers for each business
* Clicking on a map marker will pop up details about the following:
* Business name
* Type of business
* Owner
* Start year
* End year
* Address
* An option to filter by business type.
* An option to filter by business name.

This web application will additionally include an opportunity for users to input a new business that is not already part of the existing dataset, where users can add:
* Business name
* Type of business
* Owner
* Start year
* End year
* Address
* Memories

Lastly, the data submitted by users will be sent to a FirebaseDB to store and collect the information for review.

The features of this web application serves to provide users an opportunity to engage with history and placemaking by acknowledging the history of space while simultaneously contributing to history by filling in the missing gaps.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<h1> Historic Seattle Filipinotown </h1>
<p>Name: <a href="github.com/myronbanez">Myron Bañez</a></p>

<h3>This project hopes to preserve Seattle Filipinotown's history by allowing users to see businesses that have existed in the space but also allowing users to input any business that is not already present.</h3>

<h3> How to use the application </h3>
<p> 1. Fork and download the code.
<p> 2. Type "npx http-server" in your console.</p>
<p> 3. Open the local host link to the application.</p>
<p> 4. The interface of the web application will appear. Alternatively, you can navigate to the following link: https://myronbanez.github.io/final-project/site/</p>
<img src="site/images/1.png" alt="First">
<p> 5. Click on any green point to see a historic Filipino business. There are also filter functions on the right to filter by the type of business and business name</p>
<img src="site/images/2.png" alt="First">
<p> 6. To add a new business, click on where the business is located within the map and enter the data for the fields, then press "Add."</p>
<img src="site/images/3.png" alt="First">
<p> 7. To save the business in the database, click on the "Submit" button next to "Add". You will see "Saved!" appear on the top of your screen when it is successfully submitted. Do not forget to close the window on the top right!</p>
<img src="site/images/4.png" alt="First">
Loading