dali-lab / pine-beetle-backend

Visualizing data and predicting outbreaks of Southern Pine Beetles across twenty US states. Built in the DALI Lab.
https://spbpredict.com
0 stars 0 forks source link

archiving old code and starting rescaffold #72

Closed jeffzyliu closed 4 years ago

jeffzyliu commented 4 years ago

Description

Restarting server from a clean slate with better formatting, style, and redesigned data flow. Kept old code in the src/archive folder.

fun fact: i wrote most of this PR with the new gh command line tools!

Type of Change

Checklist

Tickets

tmonfre commented 4 years ago

@jeffzyliu can you make all new routes prefix with /v2?

tmonfre commented 4 years ago

@jeffzyliu hold off on setting a 25 minute interval to ping the dev route to keep heroku awake. I think instead we will pay the $7 per month on the production server to keep it up. we already have a CC from the partners and can do this easily

also, I've been thinking about it, and would you mind changing the name of that dev router to be healthcheck instead?

jeffzyliu commented 4 years ago

@tmonfre healthcheck makes a lot more sense, will do. sounds like the new healthcheck route will then be url/v2/healthcheck then

tmonfre commented 4 years ago

@jeffzyliu yep url/v2/healthcheck is great

jeffzyliu commented 4 years ago

@tmonfre also did not remove yarn.lock but overwrote most of it

tmonfre commented 4 years ago

@jeffzyliu cool thanks, must have missed the new one. I just saw the deletion and got nervous lol