parent
96f430480b
commit
f7c9ef7dbf
@ -1422,6 +1422,17 @@ class DbReadBase:
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
def get_summary(self):
|
||||
"""
|
||||
Returns dictionary of summary item.
|
||||
Should include, if possible:
|
||||
|
||||
_("Number of people")
|
||||
_("Version")
|
||||
_("Data version")
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class DbWriteBase(DbReadBase):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user