ubc-systopia / Indaleko

Indaleko Project
GNU Affero General Public License v3.0
0 stars 1 forks source link

Add platform in the base indexer file choosing logic. #52

Open fsgeek opened 3 months ago

fsgeek commented 3 months ago

In building the Dropbox ingester, I found that the base package is returning a file that wasn't specific to Dropbox. I think the right long-term solution is to allow specializing this interface to only return entries for a specific platform.

This is a work item to track doing this - it's not high priority, but I don't want to forget it either.

fsgeek commented 3 months ago

See commit a4e0cd2 for the change I made to achieve this just for Dropbox. It may justify more generality. Changing this will impact any other component using the base implementation in the IndalkeoIndexer.py file.