itinerarey
- 6 Devlogs
- 7 Total hours
The better way to plan out your trips!
The better way to plan out your trips!
I started to get some work done on the planning settings! Mainly, I need to track budgets, dates, and what the user actually wants to do and spend money on. The main issue I am currently having is making the date system work. I am going to do more research, though!
The home page is completely done! I spent around an hour adding in all of the other info, mainly about how the program works. I also spent a decent amount of time redoing the file structure of the website, just so everything is more organized.
Now, I have to find the APIs I need. Google Flights doesn’t have one, so I am going to need to do some deep research.
Been on vacation so progress been slow but here’s what I got done!
Mainly, the search bar is done! I haven’t been able to program my custom algorithm yet, so right now it just links to google maps. I tried to mimic websites like Kayak and Google Earth, and I think its pretty decent.
The main issue I had was with the website crashing when clicking the search bar. ThreeJS couldnt handle the pointer event (it doesnt really make sense), but with changing the z-order and adding a LOT of e.stoppropagation() fixed it.
Overall, good progress, and next post I want to get the home page done!
Two major things for today: I fixed responsiveness, so it looks better on small screens. Also, I started work on the search bar. I have to style it, but its coming along well!
shoutout to my friends @ fallout, wish i was allowed to come with! enjoy!
Card system works! When you click on a point (I added more), with around 3 per continent except Australia, a popup with basic info, a photo, and a button shows up. The button will eventually go to the itinerary algorithim, but for now just links to google maps.
I have to make it responsive, but tomorrow I will (hopefully) finish the base page.
Itinerarey (get it?) is going to be a website where you can put in a plan for a trip and get a full detailed list of what you can do, taking into consideration price, dates, and suggested ideas.
I got this idea while waiting at EWR for 3 hours before my flight got cancelled, lol. I was supposed to go to Atlanta, and I would have had a free day by myself. If I had this, I could have figured out what to do.
The plan is to take data from APIs to get flights, hotels, and other stuff, and combine it with AI to get a full list of what to do!
But, so far, all I got done is the start of the hero page. I want to have a globe spinning in the BG with points that can pop up some ideas, which I got done using globe.gl.
The points are not coded in yet to pop up, but that’ll be later.