-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: master
Are you sure you want to change the base?
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://openrank-frontend-git-dev-issue-9.coderplex.now.sh |
* 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.
@pbteja1998 I have added a generic component to component to render the list of data provided. Have a look at that here. If this feels okay, then I can proceed with the configurations and improvements on the same. Meanwhile, I'll be working on filter and preview pane(right side one). |
Changed name, previous bane was not interfere for this. A left over work from copy paste
Changed name, previous bane was not interfere for this. A left over work from copy paste
- 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.
Started the work for #9 . This is currently in Work in progress status.