This toolkit is designed for anyone involved in creating environmental data services and products, including researchers, developers, designers, and project managers. The toolkit includes a variety of resources, such as case studies showcasing successful UX in environmental data products, templates for UX deliverables, and links to external tools. We are actively seeking your input to understand your needs and ensure the toolkit is tailored to address them effectively.
This toolkit is designed to be accessible to users with varying levels of UX experience. It includes resources for both beginners and experienced practitioners.
https://pautva.github.io/co-creation-toolkit/
We encourage community contributions! You can share your own resources, case studies, or suggest improvements via our GitHub repository. You can also get in touch with us at ux@bgs.ac.uk
Case studies showcase real-world examples of how UX (User Experience) methods have been successfully applied to address environmental data challenges. Your contributions should include a brief overview of the project, the specific UX methods used (e.g., design sprints, user research, prototyping), the outcomes achieved, and any key takeaways for others working on similar projects. Your case studies will inspire and guide others in the field, demonstrating the power of user-centered design.
main
branch, the website will be updatedToolkit includes templates, guides, and documents that can help others implement effective UX practices in their environmental data projects. Think of things like persona templates, interview guides, product requirement documents, usability testing scripts, and any other tools you've found valuable. Your contributions will empower others to gather user insights, design user-friendly solutions, and create impactful environmental data products and services.
main
branch, the website will be updatedLearn how to format documents using markdown https://www.markdownguide.org/cheat-sheet/
Check Astro documentation.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |