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

CGP75: Move course editing entities screens to inside course edit #75

Open
ahmedelbougha opened this issue Feb 14, 2016 · 2 comments
Open
Assignees

Comments

@ahmedelbougha
Copy link
Contributor

Introduction: to make both course editing and course approval consistent we need to move evaluation, and resource editing screens as tabs inside course editing page.

Task:
1- when clicking editing of course you can see 3 tabs ( details, evaluation, resources )
2- details is the current screen of course editing
3- evaluation is the current evaluation editing page
4- resources, please check attached image
5- each tab shall have its own save button

test

@babanesma
Copy link

  • when uploading resources or editing evaluation , the tabs disappear. Make the tabs active in all actions
  • after submitting the evaluation , the app redirects to the course listing , make it redirect to the course edit page .
  • after uploading resources , it is redirecting to /resources/1 which is not the same page as course , make it the same page as the 3 tabs page , so every thing happens in the 3 tabs page of course editing
  • make the route url of resources /course/resources instead /resources
  • change the seeds to have at least 1 outline to the seeded course

@babanesma babanesma assigned ahmedReda1 and unassigned babanesma Feb 16, 2016
ahmedReda1 pushed a commit that referenced this issue Feb 16, 2016
@ahmedReda1 ahmedReda1 assigned babanesma and unassigned ahmedReda1 Feb 16, 2016
@ahmedReda1 ahmedReda1 removed the review label Feb 16, 2016
@ahmedReda1 ahmedReda1 assigned ahmedReda1 and unassigned babanesma Feb 16, 2016
@ahmedReda1 ahmedReda1 assigned babanesma and unassigned ahmedReda1 Feb 16, 2016
@babanesma
Copy link

when uploading resources , remove the course dropdown . you can make a hidden input to hold the course id if you need it , or you can grab it from the url .

make it look like a table , and "add more button " creates a new row

type name file status
type drop down name input box brows button status check box

@babanesma babanesma assigned ahmedReda1 and unassigned babanesma Mar 3, 2016
@babanesma babanesma removed the review label Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants