padma-assets 0.3.27 → 0.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c082434513ade6281c8d5ef9e432a62b70a188be1266330e80c5e9c178f0b13a
|
|
4
|
+
data.tar.gz: af4aacd712938ef14ccfbd84dfd09387e0379c49477f9655564b14954aa1ac1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6e59ab0b72404697b89d710beba8e67d476dc807f832a45f913674ce1c671b4339ca5fb0c8d111e9f28e9de0c72f6cb89a2494df0983a1886e9812e69dd8416
|
|
7
|
+
data.tar.gz: 3202d188afa847fd0f179110182a788ffe34eef4118416a01ddb7925df58d5f24efebe540164c9ca44aa0189f2f99ea465787ca92ba38f45cf62d374f7026f6a
|
|
@@ -1,16 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
<% if can?(:manage, :learn_agenda) %>
|
|
2
|
+
<li>
|
|
3
|
+
<%= link_to t('header-menu.learn_attendance.agenda'),
|
|
4
|
+
"https://learn.derose.app/teacher_panel/agenda" %>
|
|
5
|
+
</li>
|
|
6
|
+
<li>
|
|
7
|
+
<%= link_to t('header-menu.learn_attendance.report'),
|
|
8
|
+
"https://learn.derose.app/admin/check_ins?as=report" %>
|
|
9
|
+
</li>
|
|
10
|
+
<li>
|
|
11
|
+
<%= link_to t('header-menu.learn_attendance.checkins_distribution'),
|
|
12
|
+
"https://learn.derose.app/admin/check_ins_distribution_report" %>
|
|
13
|
+
</li>
|
|
14
|
+
<% end %>
|
|
15
|
+
|
|
16
|
+
<li>
|
|
17
|
+
<%= link_to t('header-menu.attendance.attendances'),
|
|
18
|
+
"#{APP_CONFIG['attendance-url']}/attendances" %>
|
|
19
|
+
</li>
|
|
20
|
+
<li>
|
|
21
|
+
<%= link_to t('header-menu.attendance.time_slots'),
|
|
22
|
+
"#{APP_CONFIG['attendance-url']}/time_slots" %>
|
|
23
|
+
</li>
|
|
24
|
+
<li>
|
|
25
|
+
<%= link_to t('header-menu.attendance.trial_lessons'),
|
|
26
|
+
"#{APP_CONFIG['attendance-url']}/trial_lessons" %>
|
|
27
|
+
</li>
|
|
28
|
+
<li>
|
|
29
|
+
<%= link_to t('header-menu.attendance.stats'),
|
|
30
|
+
"#{APP_CONFIG['attendance-url']}/stats" %>
|
|
31
|
+
</li>
|
|
@@ -52,6 +52,10 @@ en:
|
|
|
52
52
|
Gestion: Gestion Evolutiva
|
|
53
53
|
Revisacion: Medical Check
|
|
54
54
|
Reunion: Meet with director
|
|
55
|
+
learn_attendance:
|
|
56
|
+
agenda: Agenda (checkins and bookings)
|
|
57
|
+
report: Checkins report
|
|
58
|
+
checkins_distribution: Checkins distribution
|
|
55
59
|
attendance:
|
|
56
60
|
title: Lessons
|
|
57
61
|
attendances: Attendance
|
|
@@ -55,6 +55,10 @@ es:
|
|
|
55
55
|
Gestion: Gestiones evolutivas
|
|
56
56
|
Revisacion: Revisaciones Médicas
|
|
57
57
|
Reunion: Reuniones con el director
|
|
58
|
+
learn_attendance:
|
|
59
|
+
agenda: Agenda checkins y reservas
|
|
60
|
+
report: Análisis checkins
|
|
61
|
+
checkins_distribution: Reporte Distribución checkins
|
|
58
62
|
attendance:
|
|
59
63
|
title: Clases
|
|
60
64
|
attendances: Asistencias
|
|
@@ -55,6 +55,10 @@ pt-BR:
|
|
|
55
55
|
Gestion: Gestōes evolutivas
|
|
56
56
|
Revisacion: Exames Médicos
|
|
57
57
|
Reunion: Reuniōes com o diretor
|
|
58
|
+
learn_attendance:
|
|
59
|
+
agenda: Agenda checkins e reservas
|
|
60
|
+
report: Análise checkins
|
|
61
|
+
checkins_distribution: Reporte Distribuição checkins
|
|
58
62
|
attendance:
|
|
59
63
|
title: Aulas
|
|
60
64
|
attendances: Presenças
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: padma-assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dwayne Macgowan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|