-
Notifications
You must be signed in to change notification settings - Fork 344
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
[Epic] Port all Backbone code to standard Django templates #1129
Comments
Interested in working on this, could you assign it to me? Ill take a look at it |
@odinmay, would you help us clarify the scope of work here? E.g., we need to list all of the Backbone templates that need to be ported over to Django template syntax. Could you help by creating that list as a comment on this issue? |
@brylie Yeah I can look into it later today. I may need some help as well, this is one of my first contributions but I'm looking forward to trying my best to help |
Ok, sounds good. Thanks, @odinmay. We'll learn about what code changes are needed by looking through the existing code structure. Once we identify a list of Backbone templates, we can divide and prioritize the work. |
Can I be assigned to this along with @odinmay to reduce workload ? |
@AbhijithGanesh, would you likevto help make the initial list of Backbone templates? Once we have the initial list of Backbone templates, the work can be divided up. |
I'll develop the list and update it here asap. |
We have about 26 templates, they're as follows:
|
@brylie can you assign me this issue ? |
@wassafshahzad sure. It is a significant issue that consists of two parts (#1151 and #1152). I would appreciate it if you would take the lead and work holistically as you have done previously. As you probably already understand, we need to
|
Hi I saw that this was unassigned to the users that said they would contribute. Does this mean that the task was completed or is there still work that needs to be done for this? I am a first time contributor. |
Hi, I wanted to do this assignment but I didn't have time. So this task is
available.
|
Idea summary
Many of our templates are defined with Backbone JavaScript code. However, we want to simplify our project and follow conventional Django development practices. To this end, we want to convert our Backbone code to Django templates.
Further details
This task includes several sub-tasks, outlined below.
Note: this list is work-in-progress, pending some changes to the project folder structure.
accounts
app templates to Django template syntax #1151threads
app templates to Django template syntax #1152The text was updated successfully, but these errors were encountered: