Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tickcrypt
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fin Wallis
Tickcrypt
Graph
a3184f21cc79981a23efef97c107b3c74d60828c
Select Git revision
Branches
4
image_upload_fix
main
default
protected
master
tickcryptRevised
Tags
1
1.0.0
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Jan
23
22
21
20
18
17
15
14
12
10
9
2
27
Dec
26
24
23
22
21
20
18
17
5
30
Nov
28
Update README.md
1.0.0 main
1.0.0 main
Merge branch 'master' into 'main'
adding @craco dependency
master tickcryp…
master tickcryptRevised
Merge branch 'master' into 'main'
Simplifying setup configuration
Merge branch 'master' into 'main'
Users can now see their purchased tickets. Architecture diagrams, project requirements, database data imports added
Purchase now works and card details now save to database
Added forms for card details, as well as model and change to controller which now almost saves card details
Adding start of purchase window in EventCard with form component configuration similar to signUp
added event checout modal according to what evn
fixed showing events based on event card size
Adding type prop to event card to indicate whether small event or large event card should be shown
Events can now be added to db using create event page
Adding event card component to display all individual events on marketplace
getting all events for marketplace
added index.js to backend/models in order to allow getting data on users and events
Merge branch 'master' into 'main'
Attempting to fix image upload
image_upload_fix
image_upload_fix
resolved gitignore
removing node modules
Merge branch 'main' of https://git.cardiff.ac.uk/c1843476/tickcrypt
added create event authenticator, create event validation, event form state and event post routing
Merge branch 'master' into 'main'
added login credentials error alert and create event form component
Merge branch 'master' into 'main'
added protected routes and logout
Merge branch 'master' into 'main'
re-configured routing to react router v6
Merge branch 'master' into 'main'
added storing of cookie and local storage data on login
Merge branch 'master' into 'main'
added JWT token return on validated login
Merge branch 'master' into 'main'
fixing deleted app.css error
Merge branch 'master' into 'main'
new users signing up now save to the database
Merge branch 'master' into 'main'
Merge branch 'master' of https://git.cardiff.ac.uk/c1843476/tickcrypt
Implemented backend express signup form validation
Loading