forked from mysociety/local-intelligence-hub
-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hub microsite builder [MAP-194] [CC-102] #59
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…-a-report-publicly
joaquimds
reviewed
May 28, 2024
@@ -0,0 +1,4 @@ | |||
.Hero { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this clash with Hero/styles.module.css below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CSS modules not being used. We can delete them.
…ique fix: fix dataloader for area_data as gss is no longer unique
Merged
janbaykara
changed the title
Hub microsite builder [MAP-194]
Hub microsite builder [MAP-194] [CC-102
Jun 3, 2024
janbaykara
changed the title
Hub microsite builder [MAP-194] [CC-102
Hub microsite builder [MAP-194] [CC-102]
Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds features that can be used to build hub-style microsites on top of Mapped, so that coalitional campaign data and content can be brought together to coordinate activists.
Description
Motivation and Context
The Hub & Spoke model of organising commonly points to "digital hub"-style infrastructure. Coalitions have multiple event sources, local group databases, actions, asks, and member lists.
Coalescing this on a map is one part of the problem that Mapped solves for organisers internally; sharing this back out to the public is the next step along the road.
But publicly shared data visualisations are most powerful when they can be adapted to their audience, and when data is married to guidance and framing content. Hubs aren't just for directories of data; they're also for narrative, news, guides and resources.
One option is to make Mapped reports embeddable via iframe or script tag. This is on the roadmap.
However the broader concept of a digital hub does well when it can deeply integrate data and other content. Hence this PR.
How Can It Be Tested?
http://127.0.0.1/cms
and login using your superuser accountOn sidebar, Pages -> click "Pages", and create a new page (HubHomepage) and select your org as the owner
Create a Site with hostname united.theclimatecoalition.org and define the hubhomepage as the root page
Go to the react app and click "Hub" in the top to enter the editor; make some changes
Click "Preview in new tab" to review
How Will This Be Deployed?
As above, in prod.
Screenshots (if appropriate):
Types of changes
Checklist: