chirun-ncl / chirun-lti

An LTI provider presenting a simple interface to convert, host and securely display LaTeX and Markdown notes using Chirun.
Other
0 stars 2 forks source link

Add 'creation date' and 'author' fields to ChirunPackage #28

Closed christianp closed 8 months ago

christianp commented 8 months ago

It'd be nice to see these in the admin view. The creation date should be auto_now_add, so it's set when the package record is created, and author should be filled in from the course manifest once it's built, or from the config file before that.

Lycanic commented 8 months ago

Creation date already exists in the model, working on author at author-28

Is there a reasonable point at which to pull the author from the config before building? I believe the default is empty, how likely is it that someone would change the config and not build?

christianp commented 8 months ago

I think we should stick with just extracting info from the manifest after building, for now.