An image licensing platform for small heritage and cultural museums in the UK. Made as part of the Tech for Better programme at Founders and Coders.
- Team
- Overview
- Installation Guide
- PO's Guide
- User Stories & Journey
- Design Process
- First Build Sprint
- Second Build Sprint
- Potential Future Developments
- Tech Stack
- Presentation
Product Owners: Andrea Stern & Mary Egan
Scrum master: Reggie
UX/UI lead: Renata
DevOps lead: Kin
Quality Assurance lead: Jamie
Gateway2Heritage is a platform that offers the heritage sector the opportunity to promote their collections to a wider audience for commercial licensing whilst providing a space for intra-sector communication.
- Clone the repo
git clone https://github.com/fac18/t4b-g2h.git
- Intall the dependencies by running
npm i
- To check tests run
npm test
- Start the server with
npm start
and go tolocalhost:3000
- The website is being hosted on Netlify
- The database lives on Airtable
- To track and see reports of G2H website traffic visit Google Analytics
- Live website link
Note: To login in all of these websites remember that the Username & Password are the same as discussed during meetings
To see our user journey, refer to this document
To see the user stories, refer to our project kanban board
Link to our figma board
- Test database with dummy data
- Navigation bar
- Search bar
- Setting up of components for all pages
- Database Schema:
- Refine search/filtering options
- Breadcrumbs (In progress)
- Preview and licensing pages
- Posting data to database (add new content)
- Hook up live database
- Logins for members and museums with authentication and cookies.
- Logged in areas with information about uploaded images or purchased images.
- Linking purchases to museums and users through database
Link to our presentation