error404csp / weather

1 stars 0 forks source link

Nolan #7

Open taaw opened 3 years ago

taaw commented 3 years ago

Self-grade: 3/3 Review:

The problem with image mapster was that flask thought the route to the javascript file was an app route. I was able to fix this using the static folder and url_for. I added red fill color so that hovering over cities looks nice. I also added a fake "temperature" and "weather status" (sunny, cloudy, etc.) that shows up when you click the cities as a placeholder for an API. The home page is nearly done.

Link to code See changes to home page (map page) under home.html

Runtime link

I can't run the website tonight (5/20) because I'm not home currently, but I can run it soon.

jm1021 commented 3 years ago

Lots of interesting work. I am wondering why you website is always off. Maybe you should be 1st to use process to deploy on my hardware. It is really hard for me to evaluate without seeing runtime. 3/3

Also, I was hoping to get Fibonacci running with Ajax from you this week.

taaw commented 3 years ago

Actually, fibonacci running with ajax is on there. Where we usually have minilabs, I put "Nolan's testpage" up and the fibonacci with ajax is there.

The website is off a lot because I often (sometimes all week) stay over at my friend's house, so I can't deploy from home. Maybe you could help me with this: I have been trying to come up with a solution to this for a couple weeks, where I can still use my public IP address at home but when people go to that address it would point to my web server wherever I am. I read many articles about it and it seemed like it was possible using reverse SSH tunneling, but for some reason I just couldn't get it to work. "Example 2" https://unix.stackexchange.com/questions/115897/whats-ssh-port-forwarding-and-whats-the-difference-between-ssh-local-and-remot?newreg=8b24d49d1c2d4487a2ddc7810c6bb0da here is what I have attempted.

On Sat, May 22, 2021 at 6:50 AM jm1021 @.***> wrote:

Lots of interesting work. I am wondering why you website is always off. Maybe you should be 1st to use process to deploy on my hardware. It is really hard for me to evaluate without seeing runtime. 3/3

Also, I was hoping to get Fibonacci running with Ajax from you this week.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/error404csp/weather/issues/7#issuecomment-846411181, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMBP4WJEWLIR2DA2N4L2TLTO6ZBJANCNFSM45IQJGYQ .

jm1021 commented 3 years ago

First off I would probably need to understand you hardware setup.

<Note: this came from email reply, I removed extra text>

D1935827V commented 3 years ago

This is a cool way of using an external plugin for the website. It looks like it could be completed with an API

nathanlee27 commented 3 years ago

I think the idea of the interactive map is very creative and is a good way to show knowledge of code. Great Job!

NoahPidding commented 3 years ago

Very well organized ticket, with check boxes and short summary. The interactive map seems like a cool and creative idea and can't' wait to see how it turns out.