There is absolutely no need for having a "Client" class in the FileListDatabase implementation
More actions
Copy reference
Report abuse
View options
Truncate descriptions
Hide sidebar
Ctrl+/
ClosedIssuecreated
In the current implementation of the FileListDatabase, there are functions generating and returning Client's. The Client itself just stores the client_id and nothing else. Furthermore, the Client is used nowhere inside the biometric toolchain, only the client_id is used.
I think, the Client class and according functions of the FileListDatabase were introduced for legacy purposes, i.e., to be comparable to other low-level databases. As we have decided to distinguish between low-level and high-level databases (and the FileListDatabase is a high-level database only, I don't think that we need the Client class here.