Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TDDD27
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mathias Berggren
TDDD27
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
frontend-firebase
Select Git revision
Branches
20
backend-network-config
backend-payments-stripe
backend-user-auth
backend-user-authentication
frontend-appbar
frontend-baseline-design
frontend-context
frontend-design-appbar
frontend-design-dynamicbackground
frontend-firebase
frontend-footer
frontend-klarna
frontend-login
frontend-redux
frontend-redux-saga
frontend-refactor-redux-signup
frontend-router
master
default
protected
matbe320-master-patch-74852
react-router
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
24
May
20
Feb
11
10
9
5
4
3
2
Dec
1
27
Nov
26
23
19
18
17
14
13
11
10
9
7
2
22
Oct
11
Jul
6
Jun
28
May
27
19
13
8
7
6
4
28
Apr
27
23
22
20
11
Mar
10
9
3
27
Feb
25
24
21
20
14
13
7
6
22
May
3
11
Apr
10
9
8
2
29
Mar
Update README.md
master
master
Update README.md
Merge branch 'matbe320-master-patch-74852' into 'master'
Update README.md
matbe320-master…
matbe320-master-patch-74852
Fixed merge conflicts and updated folder structure.
Updated file and folder structure.
FE: Fixed bug with remove questions from deck.
Pushed all the good stuff
Update README.md
Update README.md
FE: General styling.
FE: Added question list to friend page.
FE: Removed 'remove' button when friends deck open.
FE: Added deck list to friends page. Able to play friends decks.
Merged
Created User page component and API requests for fetching and displaying user from both our backend and Firebase.\nRemoved (a lot of) error messages
FE&BE: Changes to BE API and requests
FE: Added component for creating new deck
FE: Able to 'play' a deck of questions.
FE&BE: Working remove question from deck
FE: open deck now works.
FE: Added remove question to redux. BUG: render shows that the last question in list is removed, until refreshed.
FE: Added AddToDeck to Redux.
Upload question form now works with redux. Also updates question list
FE: ListQuestions/Decks now uses redux store.
Started work to move userItems (Decks, questions) to redux store, insted of states in components. Application might be instable.
Fixed small bug in Friend Saga
merge
You can now add and remove friends
Deck view now shows all questions in deck. TODO: Implement remove and Play Deck
Added deck page, nothing displayed yet.
Added number of questions in deck to decklist
FE&BE: Added functionality to get a decks questions.
After 3 hours (not a joke) of trying to query out friends for a user in database finally succeded with the worlds ugliest query.
Display all friends components. Need to implement own reducer and saga for fetching friends
4 hours later - Firebase now logs user in database. This is fetched through Sagas
Fixed database via firebase to avoid storing personal information on our backend
Refactored HomeCards into Component. Used map to display list of HomeCards
Renamed images
Another one of those commits where a lot has been done. Big parts is refactoring of code into components and layout changes.
Loading