rebuild(audit): complete entity detail and market preview

This commit is contained in:
leefer
2026-07-30 09:25:52 +08:00
parent d1b3b977d2
commit 4fc8691eee
27 changed files with 946 additions and 35 deletions
+3
View File
@@ -250,6 +250,9 @@ class DataGateway:
with self._database.read() as connection:
return self._repository.search(connection, query)
def resolve_entity(self, entity_type: str, identifier: str) -> MarketEntity:
return self._resolve_entity(entity_type, identifier)
def chart(
self,
entity_type: str,