Coder Social home page Coder Social logo

find-coach-proj's Introduction

find-coach-proj

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

find-coach-proj's People

Contributors

ankushduacodes avatar

Watchers

 avatar

find-coach-proj's Issues

Investigate why showing request details with modal is not working in dev-unstable branch

1* The issue is that the backdrop was showing up in front of the whole app which left the whole app unusable - which was fixed setting backdrop to false

2* Next issue was that I wanted to show request specific data when clicked on a request but the data being shown was first element's data which made no sense as I was send my data as prop to the component. -- potential solution would be to get the requestId to the element being click in and use vuex.getters to get the request specific data and show it in the modal
-- another potential solution would to use $refs and showing modals using refs and doing same for finding.

Something I was trying:

  • imported the the modal to App.vue to keep it on the app level
  • tried to fix the 2* issue using provide/inject from the App.vue to set the requested that is being clicked on and getting the data for that request using vuex.getters, and currently its all messed up in a sense that I was trying to trigger the modal my self using props and setting the classes manually,

In its current state everything is broken as setting the classes manually requires unsetting them back when close is clicked, on top a lot of other properties like backdrops and display needs to be managed manually which makes me wonder if this is even worth doing it this way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.