You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is someone wants to enter a bunch of lesson plans into the database at once from a csv file, we can enable that by
creating a upload by csv button on the upload page
loop through the csv to enter lesson plan metadata into the DynamoDB table
create a pdf from the metadata and put it in the s3 bucket for visual consistency in search results.
Alternatively, we could rework the current set up to allow more input and output formats, with lambda converters triggered by user choices, with no pdfs stored-- expand the DynamoDb schema to include all fields in lesson plan. That would make all fields searchable.
The text was updated successfully, but these errors were encountered:
Is someone wants to enter a bunch of lesson plans into the database at once from a csv file, we can enable that by
Alternatively, we could rework the current set up to allow more input and output formats, with lambda converters triggered by user choices, with no pdfs stored-- expand the DynamoDb schema to include all fields in lesson plan. That would make all fields searchable.
The text was updated successfully, but these errors were encountered: