Starbugstone / SnowTricks

OpenClassrooms - Php Symfony App dev - project 6
0 stars 0 forks source link

add vue integration and ajax calls #9

Closed Starbugstone closed 5 years ago

Starbugstone commented 5 years ago

Add some vuejs integration to ease user experience. Also set up the Ajax calls. Probably going to need some refactoring to avoid code duplication.

Doing this towards the end ensures a functional non javascript site with only JS enhancements.

Must not forget the show images / videos on mobile site of show tricks

Starbugstone commented 5 years ago

when adding video, autoload preview

Starbugstone commented 5 years ago

when editing trick, change the default showcase image

Starbugstone commented 5 years ago

when clicking on edit comment, update the field to have an edit form rather than going to edit page

Starbugstone commented 5 years ago

Vue doesn't have any real use here and will add an extra overhead. Will look into vue in another project. Using Axios for the Ajax callls.

Starbugstone commented 5 years ago

Mostly done, will be complete once feature/frontend merges