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

F/#125 create submissions by assignment list #136

Merged
merged 11 commits into from
May 17, 2013

Conversation

bogdanciobanu
Copy link
Collaborator

No description provided.

@@ -23,6 +23,7 @@ App.the_modules = {
'widget/subject_details': 'modules/subject_details_widget',
'widget/assignments': 'modules/assignments_list_widget',
'widget/submission_details': 'modules/submission_details_widget',
'widget/submissions_list': 'modules/submissions_list_widget',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should use the core list widget instead of reinventing the wheel

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked a while ago on campfire if I should use a list widget or simply render all submissions with an {{#each}} and I was told to keep it this way for now. Should I change it, though?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok then leave it like this for now. But get reading on the list widget - it's one of the most important in Mozaic core.

@aismail
Copy link
Owner

aismail commented May 17, 2013

What's happening with this one? Pls pull master again :)

<tr>
<td><a href ="{{../url}}{{id}}">Submission{{id}}</a></td>
<td>{{uploaded_at}}</td>
<td>{{conent}}</td>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

content?

aismail pushed a commit that referenced this pull request May 17, 2013
…ignment-list

F/#125 create submissions by assignment list
@aismail aismail merged commit 6626598 into master May 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants