IonicArgon / contractor-route-gen-webapp

web app ver. of the prototype contractor route generator
GNU General Public License v3.0
0 stars 0 forks source link

Rebuild Backend #1

Open IonicArgon opened 1 year ago

IonicArgon commented 1 year ago

since we migrated to a vuejs + express project we gotta do it all over again

BACKEND API STUFF WE NEED TO DO

IonicArgon commented 1 year ago

begun work on parsing CSVs as seen in 1d7cf0a

note: wow typescript is a pain in the ass when u barely understand js it's kinda neat that it stops me from blowing my foot off a bit (like C++ lo) note: wow async javascript is doo doo but its better than C++ at least

currently can send a csv file and parse it which is neat

next steps

IonicArgon commented 1 year ago

le better CSV parsers in 1246f29 perhaps

typescript and javascript in general is getting less pain but still a little pain

next steps

IonicArgon commented 1 year ago

we done do the google places a la ca53ddf there's still a lot of leftover code n exposed endpoints for testing that r gonna need 2 be removed later next is to do algorithmic contractor selection