aiondemand / AIOD-rest-api

A containerized application using FastAPI and SQLAlchemy connected to a MySQL database.
MIT License
10 stars 7 forks source link

Add EducationalResource entity and Platform fields to elastic search #320

Closed PGijsbers closed 2 months ago

PGijsbers commented 2 months ago

@AdrianAlcolea As I indicated earlier, the changes seem to work so I think that's good. I am confused about the deleted files however. Was this perhaps on accident, or does it serve a purpose?

AdrianAlcolea commented 2 months ago

Yes the deletions are accidental. I used to delete the entire data directory while doing database and elasticsearch tests to start every run with an empty system, so I probably did it "automatically" this time ^^'

PGijsbers commented 2 months ago

Cleaned that up with a rebase, please see #323.