-
Notifications
You must be signed in to change notification settings - Fork 1
War on Disease #55
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
War on Disease #55
Conversation
- Added a new markdown document detailing a strategy for establishing the dFDA initiative through executive actions, inspired by the Department of Government Efficiency (DOGE) model. - The document addresses potential funding and legal challenges while providing a structured approach to implementation. - This addition aligns with the dFDA initiative's goals of accelerating medical progress and enhancing regulatory strategies.
… for medical research reform, including new JSON configuration and detailed strategy for survey execution
…ion, and structure; introduce the 1% Treaty rationale in a new document emphasizing its strategic benefits for global security
…for prioritizing public spending, enhancing the description and context for participants
…re; enhance sections on public opinion and funding priorities for medical research reform
…ect donations, emphasizing public engagement and support for medical research reform
…on on personal participation, enhancing clarity for respondents
… focus to a global survey on human values and public support for health innovation and medical research reform
…ith values in survey.md, enhancing engagement on resource allocation priorities
…d transparency of donations, enhancing clarity on contributions to medical research reform
…rity on contact consent for participants
…ic support for medical research reform and donation impact
…larity for respondents
…ation form, reference check process, and hiring strategy, enhancing recruitment resources and processes
…erence check process, and hiring strategy for the Founding AI Architect role, enhancing clarity and alignment with mission objectives
… hiring strategy for the Founding AI Architect role, improving clarity and alignment with technical requirements and mission objectives
…flect the Supreme Allied Commander role, enhancing clarity and alignment with leadership requirements
Reviewer's GuideThis pull request restructures and expands the global survey on medical research into a broader Global Survey on Human Values, delivers a full technical implementation plan and configuration for the survey, enriches strategic documentation around the dFDA/1% Treaty executive strategy, and adds a suite of hiring and evaluation artifacts for recruiting critical leadership roles. Class diagram for new and updated survey frontend componentsclassDiagram
class SurveyContainer {
+surveyId: string
+render()
}
class SurveySection {
+section: object
+onComplete()
}
class SurveyQuestion {
+question: object
+onAnswer()
}
class MultipleChoiceQuestion {
+options: array
+onSelect()
}
class SliderQuestion {
+min: number
+max: number
+defaultValue: number
+onChange()
}
class TextQuestion {
+placeholder: string
+onChange()
}
class PairwiseQuestion {
+items: array
+onAllocate()
}
class RankingQuestion {
+items: array
+onRank()
}
class SurveyProgress {
+current: number
+total: number
}
class SurveyNavigation {
+onNext()
+onPrevious()
}
SurveyContainer --> SurveySection
SurveySection --> SurveyQuestion
SurveyQuestion --> MultipleChoiceQuestion
SurveyQuestion --> SliderQuestion
SurveyQuestion --> TextQuestion
SurveyQuestion --> PairwiseQuestion
SurveyQuestion --> RankingQuestion
SurveyContainer --> SurveyProgress
SurveyContainer --> SurveyNavigation
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @mikepsinn - I've reviewed your changes - here's some feedback:
- The survey-configuration.json still references the old "dfda-public-opinion-2024" schema and outdated question IDs; please update it to match the new Global Survey on Human Values structure.
- The proposals/survey.md file has grown very large — consider extracting sections into partials or sourcing it programmatically from your JSON/YAML config for better maintainability.
- This PR touches multiple domains (survey content, implementation plan, hiring docs); splitting it into smaller, focused PRs would simplify review and future maintenance.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The survey-configuration.json still references the old "dfda-public-opinion-2024" schema and outdated question IDs; please update it to match the new Global Survey on Human Values structure.
- The proposals/survey.md file has grown very large — consider extracting sections into partials or sourcing it programmatically from your JSON/YAML config for better maintainability.
- This PR touches multiple domains (survey content, implementation plan, hiring docs); splitting it into smaller, focused PRs would simplify review and future maintenance.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…llustrating the process from public support to policy outcomes
Summary by Sourcery
Revamp the public survey framework and expand accompanying documentation to support a global human-values survey and the “War on Disease” initiative. Key changes include updating the survey focus and structure, adding a detailed implementation plan and configuration, and providing a suite of recruitment and strategy documents for hiring and evaluating the Supreme Allied Commander role.
New Features:
Documentation: