/travelog

Travel diary to map travel pictures.

Primary LanguageVueMIT LicenseMIT

travelog

Travel diary to map travel pictures. travelog.dev

Directory structure

travelog
  ├── client
  │   ├── ...
  ├── server
  │   ├── ...
  ├── README.md
  └── ...

Dev commands

Client

travelog/client:$ npm run serve

Server

travelog/server:$ npm start

TODOs

  1. Allow user to pick/edit location
  2. Style map marker popups
  3. Add note card for each image
  4. Map marker onclick --> Scroll image into view, open note card
  5. Disable Edit buttons while uploading
  6. Individual loader and status (add images on load and show loader/progress for each image).
  7. Set map zoom and visible area based on uploaded images.
  8. Write tests
  9. Show images in gallery without location
  10. Hide Home page component Register when loggedIn
  11. Reroute to home on logout
  12. Pick color theme
  13. Refac full page loader and move to upload button
  14. ...