add metadata for class, teacher and grade
Connect this to the teacher admin interface
Can you please elaborate a bit more on this?
This was a request to add optional metadata fields per-book for class/teacher/grade-level
Okay. So, If I understand the task correctly, we need to:
- Add fields in the books model for class, teacher and grade-level.
- Input these fields from the user while they add the books. (or parse these fields from the book's metadata in they exist)
I wouldn't expect that any of these values would be in the ebook data, I don't think it is worthwhile to check. I would simply make them additional optional fields on the book model.
Luckily you don't have to modify form handling or the html templates. Our BookForm will do that for us