Skip to content
Snippets Groups Projects
Commit d8a1fe83 authored by Julian's avatar Julian
Browse files

Drop mock person statistics page

parent f5cf4ea3
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
<template>
<statistics-for-person-card :person="{ id: 100 }" />
</template>
<script>
import StatisticsForPersonCard from "./StatisticsForPersonCard.vue";
export default {
name: "MockPerson",
components: {
StatisticsForPersonCard,
},
extends: "StatisticsForPersonCard",
};
</script>
......@@ -91,20 +91,6 @@ export default {
permission: "alsijil.view_extramarks_rule",
},
},
{
path: "stats/",
component: () =>
import("./components/coursebook/statistics/MockPerson.vue"),
name: "alsijil.coursebook_stats",
meta: {
inMenu: true,
icon: "mdi-book-education-outline",
iconActive: "mdi-book-education",
titleKey: "alsijil.coursebook.menu_title",
toolbarTitle: "alsijil.coursebook.menu_title",
permission: "alsijil.view_documentations_menu_rule",
},
},
{
path: "statistics/:personId/:schoolTermId/",
component: () =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment