Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
198 commits
Select commit Hold shift + click to select a range
bf2491e
feat: add starting module
mfan127 Sep 15, 2021
d7d836d
feat: add radar entity migration
mfan127 Sep 15, 2021
211276a
fix: title part
mfan127 Sep 15, 2021
5a19dc1
feat: add taxonomy code migration
mfan127 Sep 15, 2021
db1f570
feat: add artifact code migration
mfan127 Sep 15, 2021
f96cfab
feat: use code migration
mfan127 Sep 16, 2021
de4f2cc
wip: add setup recipe
mfan127 Sep 16, 2021
2800e9f
wip: recipe to initialize radar
mfan127 Sep 17, 2021
2ecdcec
feat: add app var
mfan127 Sep 17, 2021
90aa2fd
wip: add landing page
mfan127 Sep 17, 2021
59fa12f
wip: add landing page header
mfan127 Sep 17, 2021
145ed0e
feat: add landing page header
mfan127 Sep 20, 2021
322c044
feat: add landing page
mfan127 Sep 20, 2021
04df330
feat: add icon and fix zigzag
mfan127 Sep 20, 2021
bfb1c05
feat: inline injection of stylesheet
mfan127 Sep 20, 2021
8e0736b
fix: trending section bottom padding
mfan127 Sep 20, 2021
2fb487d
fix: trending section margin
mfan127 Sep 20, 2021
806be64
feat: add landing page as template
mfan127 Sep 20, 2021
e1e4780
fix: named BagPart
mfan127 Sep 21, 2021
1082f17
feat: use BagPart in landing page
mfan127 Sep 21, 2021
9f443b8
fix: landing page extra div
mfan127 Sep 21, 2021
f301fef
wip: add list view header
mfan127 Sep 21, 2021
e443696
wip: add table to list view
mfan127 Sep 21, 2021
dbe854f
feat: add search function to list view
mfan127 Sep 21, 2021
caa46a4
refactor: use generic list content type
mfan127 Sep 22, 2021
9a36cb8
feat: add entity list views
mfan127 Sep 22, 2021
5afd2ef
fix: add list query
mfan127 Sep 22, 2021
cfd8d21
feat: add contents to landing page card
mfan127 Sep 22, 2021
9e156de
refactor: generic radar entity
mfan127 Sep 23, 2021
8ae9e29
feat: add helper to retrieve radar entity
mfan127 Sep 23, 2021
ff82898
feat: add topic list view
mfan127 Sep 24, 2021
e167bd7
refactor: landing page cards
mfan127 Sep 24, 2021
59d9c35
feat: add proposal details view
mfan127 Sep 27, 2021
84ef91b
feat: add project details view
mfan127 Sep 27, 2021
3a9b7d2
feat: add user profile
mfan127 Sep 27, 2021
419d0b8
feat: use user profile in proposal details view
mfan127 Sep 27, 2021
bfebba1
feat: add community details view
mfan127 Sep 27, 2021
894623b
feat: add event details view
mfan127 Sep 27, 2021
7f8f064
fix: members count
mfan127 Sep 27, 2021
564529d
fix: landing page card links
mfan127 Sep 27, 2021
d3db686
fix: remove console log
mfan127 Sep 28, 2021
6477c62
feat: add assets to the pipeline
mfan127 Sep 28, 2021
8d290e3
feat: add custom vue components
mfan127 Sep 28, 2021
fde1f9d
feat: add topic details view
mfan127 Sep 29, 2021
43b26c9
feat: add topics count circle
mfan127 Sep 29, 2021
bf65bbe
refactor: details views style
mfan127 Sep 29, 2021
29e9866
fix: table styles
mfan127 Sep 29, 2021
0aa5d64
fix: setup recipe
mfan127 Sep 29, 2021
ba6bfe6
feat: add localization to entities
mfan127 Sep 29, 2021
dac42a5
feat: localize taxonomies
mfan127 Oct 1, 2021
e3611ea
feat: add html body part to artifact
mfan127 Oct 1, 2021
1b50b4c
fix: details views
mfan127 Oct 1, 2021
e2b37b4
fix: landing page trend card
mfan127 Oct 1, 2021
331f74c
fix: landing page
mfan127 Oct 1, 2021
ba96960
fix: topic width
mfan127 Oct 1, 2021
d02e9ed
refactor: remove liquid code from cards
mfan127 Oct 1, 2021
00137d8
feat: add artifact details view
mfan127 Oct 4, 2021
ff2640e
fix: add auto route to entities
mfan127 Oct 4, 2021
4c1a4c6
refactor: remove liquid from landing page footer card
mfan127 Oct 4, 2021
0102a72
feat: route to artifacts
mfan127 Oct 4, 2021
7374159
fix: remove created column from artifact
mfan127 Oct 4, 2021
c33bfeb
refactor: remove liquid from landing page
mfan127 Oct 4, 2021
46d557d
feat: add lucene query
mfan127 Oct 4, 2021
99bcc73
refactor: use full text search in list views
mfan127 Oct 5, 2021
95ac322
fix: landing page card
mfan127 Oct 5, 2021
99a73c3
fix: query name
mfan127 Oct 5, 2021
ae94fec
feat: add app bar and drawer
mfan127 Oct 6, 2021
8148609
feat: add footer
mfan127 Oct 6, 2021
b2f9f59
wip: add sorter to table
mfan127 Oct 7, 2021
2d37651
feat: add sorter to tables
mfan127 Oct 7, 2021
4e93d42
feat: add global search
mfan127 Oct 7, 2021
86a58e5
fix: search text case
mfan127 Oct 7, 2021
4003aef
fix: relative routing
mfan127 Oct 7, 2021
58b0f3d
fix: topics view not displaying
mfan127 Oct 8, 2021
7e81cf4
fix: taxonomy queries
mfan127 Oct 8, 2021
0a8697d
fix: localize menu
mfan127 Oct 8, 2021
5d2b4d5
fix: main menu alias
mfan127 Oct 8, 2021
2e4d456
feat: add localization file
mfan127 Oct 8, 2021
950cb5b
fix: views
mfan127 Oct 8, 2021
eeff127
fix: global search null exception
mfan127 Oct 8, 2021
b79bc88
fix: duplicate content items in list
mfan127 Oct 8, 2021
3a40b08
fix: localization file
mfan127 Oct 8, 2021
c0ed121
fix: add missing translations
mfan127 Oct 8, 2021
2db671d
feat: recolor radar
mfan127 Oct 13, 2021
f7d42fa
fix: remove css folder
mfan127 Oct 13, 2021
7019638
fix: style tweaks
mfan127 Oct 14, 2021
4e2d226
refactor: use rem instead of px
mfan127 Oct 14, 2021
ba4418c
fix: localization button color
mfan127 Oct 14, 2021
dbefc15
fix: style tweak
mfan127 Oct 14, 2021
b5848b0
feat: landing page permission check
mfan127 Oct 15, 2021
0675e47
fix: landing page header gradient
mfan127 Oct 15, 2021
6d68261
fix: custom query permissions
mfan127 Oct 15, 2021
ca5c62b
fix: entity permissions
mfan127 Oct 15, 2021
6fba51d
wip: topics permission
mfan127 Oct 15, 2021
b3e717f
feat: topic premission
mfan127 Oct 18, 2021
cc942d0
refactor: load minified resources
mfan127 Oct 18, 2021
ab733ef
fix: artifact permissions
mfan127 Oct 18, 2021
ee6563a
fix: add missing translations
mfan127 Oct 18, 2021
ff5eb9a
fix: topic summary view
mfan127 Oct 18, 2021
c2946b7
fix: remove script tags from list views
mfan127 Oct 19, 2021
745709b
fix: remove listener code from topic list
mfan127 Oct 19, 2021
1a37f22
fix: localization
mfan127 Oct 19, 2021
5fc4574
fix: artifact localization
mfan127 Oct 20, 2021
454f0f0
fix: localization
mfan127 Oct 20, 2021
7e1675a
fix: menu permission
mfan127 Oct 20, 2021
2815866
fix: fr menu alias
mfan127 Oct 20, 2021
50d147a
fix: style changes
mfan127 Oct 20, 2021
62d16cf
refactor: remove unused filter
mfan127 Oct 20, 2021
196bd2e
fix: add missing asset files
mfan127 Oct 20, 2021
3fd4aac
refactor: permission checking
mfan127 Oct 21, 2021
eb138a4
refactor: menu alias
mfan127 Oct 21, 2021
d050921
refactor: remove script tag from topic details view
mfan127 Oct 21, 2021
267cb7e
fix: menu alias
mfan127 Oct 21, 2021
0a5be55
fix: recent activities query
mfan127 Oct 21, 2021
f3e922a
fix: app bar style
mfan127 Oct 21, 2021
81e10f3
refactor: inject styles with filter
mfan127 Oct 21, 2021
07890c8
fix: remove unused helper
mfan127 Oct 21, 2021
f76f200
refactor: include single function from lodash
mfan127 Oct 21, 2021
6ef82fa
refactor: move index table into own migration
mfan127 Oct 21, 2021
3b6fa7a
refactor: remove unused props
mfan127 Oct 21, 2021
fc0957c
feat: permission checking at the db level
mfan127 Oct 22, 2021
4629462
fix: add missing query
mfan127 Oct 22, 2021
27f6885
feat: secure api call
mfan127 Oct 22, 2021
179b08d
refactor: GlobalSearch component
mfan127 Oct 25, 2021
56e112e
refactor: list view actions
mfan127 Oct 25, 2021
5970756
refactor: nicer urls for api endpoints
mfan127 Oct 25, 2021
a4fcdec
fix: card style
mfan127 Oct 25, 2021
0e39302
fix: content permission index
mfan127 Oct 25, 2021
7a24dd9
fix: landing page
mfan127 Oct 25, 2021
43b61fb
fix: taxonomy under different permissions
mfan127 Oct 25, 2021
5403c3b
fix: trending query
mfan127 Oct 25, 2021
c6323f7
feat: add external menu link
mfan127 Oct 26, 2021
be76bf4
fix: do not inject styles into admin views
mfan127 Oct 26, 2021
ebbb305
fix: remove topic from index
mfan127 Oct 26, 2021
458a30b
fix: typo
mfan127 Oct 28, 2021
8af4b82
refactor: move content permission index into its module
mfan127 Oct 28, 2021
ec5ebd6
refactor: rename and move content permission filter
mfan127 Oct 28, 2021
b4d5911
refactor: move culture filter into display helper module
mfan127 Oct 28, 2021
6c8f6f2
refactor: coalesce radar dependencies
mfan127 Oct 28, 2021
aec72a4
fix: use inline props for v-img
mfan127 Oct 28, 2021
23bb064
fix: topic and artifact autoroute template
mfan127 Nov 3, 2021
9985d31
feat: add radar form part
mfan127 Nov 8, 2021
19817db
feat: add form driver
mfan127 Nov 9, 2021
0c62c34
feat: add form value provider
mfan127 Nov 9, 2021
807f8ff
feat: loading of initial values
mfan127 Nov 10, 2021
a962bb9
feat: unify form controller and view
mfan127 Nov 10, 2021
371b102
add form models for entities
mfan127 Nov 10, 2021
ee877e6
feat: localized form initial value
mfan127 Nov 12, 2021
9945b33
add special case for artifact
mfan127 Nov 12, 2021
78abab5
add topic creation
mfan127 Nov 15, 2021
3e5fe1b
add topic form
mfan127 Nov 16, 2021
2f3d41e
wip: project form
mfan127 Nov 16, 2021
af7a32f
add project value converter
mfan127 Nov 17, 2021
3baa9e5
use value provider
mfan127 Nov 17, 2021
1f9aed0
refactor value and content converters
mfan127 Nov 17, 2021
be90770
project creation with status
mfan127 Nov 18, 2021
6daca5b
add script method to handle localized content
mfan127 Nov 18, 2021
fa791cb
add proposal creation
mfan127 Nov 18, 2021
a09620a
create update community
mfan127 Nov 18, 2021
7c26bfe
add event create update
mfan127 Nov 19, 2021
3d68dcf
create update artifact
mfan127 Nov 19, 2021
ee88447
synchronized content across all localizations
mfan127 Nov 22, 2021
6007d94
add validation
mfan127 Nov 23, 2021
8cbb528
secure form endpoints
mfan127 Nov 23, 2021
0f8dcb7
add forms
mfan127 Nov 24, 2021
9e47b84
add button link to create form
mfan127 Nov 24, 2021
3671714
add update button to everything
mfan127 Nov 24, 2021
188c4cd
allow content deletion
mfan127 Nov 25, 2021
5abefad
add status to artifact
mfan127 Nov 25, 2021
002b2cd
fix permission label style
mfan127 Nov 25, 2021
369addb
add form to migration
mfan127 Nov 25, 2021
3828a9c
add status checking to main entities
mfan127 Nov 25, 2021
c31da2d
attach radar permission part
mfan127 Nov 26, 2021
c75df71
status check for contained items
mfan127 Nov 26, 2021
b5d8b83
draft handling in trending card
mfan127 Nov 26, 2021
b2511ad
add draft/publish handling to search api
mfan127 Nov 26, 2021
93c9ea7
visibility check for workspace add button
mfan127 Nov 26, 2021
138844b
fix timezone
mfan127 Nov 26, 2021
e2579a9
fix query
mfan127 Nov 26, 2021
8deeed6
fix bag component validation
mfan127 Nov 26, 2021
b952460
fix type placeholder not being displayed
mfan127 Nov 26, 2021
09c7f71
fix form
mfan127 Nov 26, 2021
6550a78
fix member user profile not displaying
mfan127 Nov 26, 2021
307dad6
clean console error
mfan127 Nov 29, 2021
cd7cdf4
Update Widget-AppBar.liquid
mfan127 Nov 29, 2021
78fd0f6
change app bar icon height to 40px
mfan127 Nov 29, 2021
1d1411c
move app bar icon to the right
mfan127 Nov 29, 2021
7634606
update forms
mfan127 Nov 29, 2021
e577dce
fix test
mfan127 Nov 29, 2021
c87af40
fix owner check for unauthenticated users
mfan127 Nov 29, 2021
8804b39
fix js error
mfan127 Nov 29, 2021
f765c0c
add tests
mfan127 Nov 29, 2021
9664341
update po file
mfan127 Nov 29, 2021
cad4947
fix query
mfan127 Nov 29, 2021
f01cbba
small fixes
mfan127 Nov 30, 2021
1e41806
chore: remove unused using
mfan127 Jan 19, 2022
139fa77
doc: add comments
mfan127 Jan 24, 2022
4284f54
doc: add documentation
mfan127 Feb 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 46 additions & 1 deletion StatCan.OrchardCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Apps", "Apps", "{E8DD6EC8-A
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatCan.OrchardCore.Scheduling", "src\Apps\StatCan.OrchardCore.Scheduling\StatCan.OrchardCore.Scheduling.csproj", "{56F32388-650F-433C-919F-8C265F99411D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatCan.OrchardCore.Configuration", "src\Modules\StatCan.OrchardCore.Configuration\StatCan.OrchardCore.Configuration.csproj", "{DEA6A849-3230-43DE-A9A0-3C22DA8E316E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatCan.OrchardCore.Configuration", "src\Modules\StatCan.OrchardCore.Configuration\StatCan.OrchardCore.Configuration.csproj", "{DEA6A849-3230-43DE-A9A0-3C22DA8E316E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatCan.OrchardCore.Vuetify", "src\Modules\StatCan.OrchardCore.Vuetify\StatCan.OrchardCore.Vuetify.csproj", "{2383A37A-3D99-4060-B147-F4EB81FA826D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatCan.OrchardCore.Menu", "src\Modules\StatCan.OrchardCore.Menu\StatCan.OrchardCore.Menu.csproj", "{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatCan.OrchardCore.Radar", "src\Apps\StatCan.OrchardCore.Radar\StatCan.OrchardCore.Radar.csproj", "{B94484A0-D043-4D37-AE5C-82B729D56CA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -466,6 +472,42 @@ Global
{DEA6A849-3230-43DE-A9A0-3C22DA8E316E}.Release|x64.Build.0 = Release|Any CPU
{DEA6A849-3230-43DE-A9A0-3C22DA8E316E}.Release|x86.ActiveCfg = Release|Any CPU
{DEA6A849-3230-43DE-A9A0-3C22DA8E316E}.Release|x86.Build.0 = Release|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Debug|x64.ActiveCfg = Debug|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Debug|x64.Build.0 = Debug|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Debug|x86.ActiveCfg = Debug|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Debug|x86.Build.0 = Debug|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Release|Any CPU.Build.0 = Release|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Release|x64.ActiveCfg = Release|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Release|x64.Build.0 = Release|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Release|x86.ActiveCfg = Release|Any CPU
{2383A37A-3D99-4060-B147-F4EB81FA826D}.Release|x86.Build.0 = Release|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Debug|x64.ActiveCfg = Debug|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Debug|x64.Build.0 = Debug|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Debug|x86.Build.0 = Debug|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Release|Any CPU.Build.0 = Release|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Release|x64.ActiveCfg = Release|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Release|x64.Build.0 = Release|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Release|x86.ActiveCfg = Release|Any CPU
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB}.Release|x86.Build.0 = Release|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Debug|x64.ActiveCfg = Debug|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Debug|x64.Build.0 = Debug|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Debug|x86.ActiveCfg = Debug|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Debug|x86.Build.0 = Debug|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Release|Any CPU.Build.0 = Release|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Release|x64.ActiveCfg = Release|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Release|x64.Build.0 = Release|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Release|x86.ActiveCfg = Release|Any CPU
{B94484A0-D043-4D37-AE5C-82B729D56CA3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -506,6 +548,9 @@ Global
{E8DD6EC8-AA09-440F-937A-1901293389E1} = {8EA5EBF0-41C6-11EA-890A-ED68CBADDC1F}
{56F32388-650F-433C-919F-8C265F99411D} = {E8DD6EC8-AA09-440F-937A-1901293389E1}
{DEA6A849-3230-43DE-A9A0-3C22DA8E316E} = {5E638520-41E8-11EA-885A-BDD3BB7B4F92}
{2383A37A-3D99-4060-B147-F4EB81FA826D} = {8BEC45F6-4F23-4994-9959-50C1DB93ABC3}
{DDD0D2BF-B04E-42F1-ABCC-A5D3290692FB} = {8BEC45F6-4F23-4994-9959-50C1DB93ABC3}
{B94484A0-D043-4D37-AE5C-82B729D56CA3} = {E8DD6EC8-AA09-440F-937A-1901293389E1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FF197F3-C3E2-4D83-80AC-D59BE36DD4AF}
Expand Down
23 changes: 23 additions & 0 deletions src/Apps/StatCan.OrchardCore.Radar/Assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"inputs": ["Assets/scss/*.scss"],
"watch": ["Assets/scss/*"],
"output": "wwwroot/css/radar.css"
},
{
"copy": true,
"inputs": ["Assets/images/*"],
"output": "wwwroot/css/images/@"
},
{
"inputs": ["Assets/js/*.js"],
"output": "wwwroot/js/@.js"
Comment thread
jptissot marked this conversation as resolved.
},
{
"vue": true,
"file": "Assets/js/vue-components/RadarComponents.js",
"output": "wwwroot/js/vue-components",
"name": "radar-vue-components",
"watch": ["Assets/js/vue-components/components/*"]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/Apps/StatCan.OrchardCore.Radar/Assets/images/canada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading