mcflyhalf / nipo

A classroom (or any other room) attendance tracker that does not use facial recognition
6 stars 3 forks source link

REFACTOR: Fix import functionality in attach_to_module.js #78

Open mcflyhalf opened 2 years ago

mcflyhalf commented 2 years ago

In the file .../static/javascript/admin_dashboard/attach_to_module.js, there should have been attach to module functionality that should have been used but wasn't because we couldn't import some required functionality from ...static/javascript/admin_dashboard/add_entity.js.

This video makes it seem very easy to do. Check it out and try to refactor this