Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - Dev work for #9 #10

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

WIP - Dev work for #9 #10

wants to merge 9 commits into from

Commits on Sep 11, 2019

  1. WIP - Inital commit for #9

    krushiraj committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    6a14838 View commit details
    Browse the repository at this point in the history
  2. DataListContainer added

    * DataListContainer:
      --A generic container that accepts the list of items and iterates over it to render a list. It also provides pagination options.
      --childComponent prop will accept a component class that will be rendered if  the items in the list doesn't contain any property called `child`, which holds the component class.
      --Added QuestionListItem component to test.
    
    TODO: DataFilter which passes filtered data to the above component. DataDetails which will show the detailed view of the list item selected.
    krushiraj committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    a91079e View commit details
    Browse the repository at this point in the history
  3. Update DataDetails.vue

    Changed name, previous bane was not interfere for this. A left over work from copy paste
    krushiraj authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    ac21f6b View commit details
    Browse the repository at this point in the history
  4. Update DataFilter.vue

    Changed name, previous bane was not interfere for this. A left over work from copy paste
    krushiraj authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    a52ea0f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. update 2

    Worked on data filter to be as generic as possible.
    
    Added a search bar for data items container.
    krushiraj committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    db51f22 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Fixed for mobile view

    - Made required changes to make it responsive.
    
    TODOs
    - Move dashboard to header of logged in view
    - Move all data to vuex state
    - Fetching data from API endpoint.
    krushiraj committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    61ae15e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e895ce View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Added state to store

    krushiraj committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    01c6b47 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    4c0487b View commit details
    Browse the repository at this point in the history