rework list courses page to be flatten

This commit is contained in:
Aleksandr Trushkin
2024-04-19 00:13:03 +03:00
parent 035e9c848f
commit 3a9e01a683
34 changed files with 1803 additions and 474 deletions

View File

@ -29,7 +29,13 @@ func main() {
}
}
const savingOrganizationIDInternalInsteadOfExternal = false
func app(ctx context.Context) error {
if !savingOrganizationIDInternalInsteadOfExternal {
panic("fix saving ogranization id as external id instead of internal")
}
var cfgpath string
if len(os.Args) > 1 {
cfgpath = os.Args[1]