feat: added page to see progress of a batch

This commit is contained in:
Anand Chitipothu
2021-05-21 13:13:34 +05:30
parent e04bbb633d
commit c77835b81f
4 changed files with 120 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ primary_rules = [
{"from_route": "/courses/<course>/<batch>/members", "to_route": "batch/members"},
{"from_route": "/courses/<course>/<batch>/discuss", "to_route": "batch/discuss"},
{"from_route": "/courses/<course>/<batch>/about", "to_route": "batch/about"},
{"from_route": "/courses/<course>/<batch>/progress", "to_route": "batch/progress"}
]
# Any frappe default URL is blocked by profile-rules, add it here to unblock it