Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rhys Evans
Team 5 - Smart Towns
Merge requests
!36
Resolve "As a user I want to be able to use the application on any device e.g. iPhone, iPad, Laptop"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "As a user I want to be able to use the application on any device e.g. iPhone, iPad, Laptop"
77-as-a-user-i-want-to-be-able-to-use-the-application-on-any-device-e-g-iphone-ipad-laptop
into
main
Overview
2
Commits
18
Pipelines
0
Changes
28
Merged
Resolve "As a user I want to be able to use the application on any device e.g. iPhone, iPad, Laptop"
Gabriel Copat
requested to merge
77-as-a-user-i-want-to-be-able-to-use-the-application-on-any-device-e-g-iphone-ipad-laptop
into
main
Dec 8, 2023
Overview
2
Commits
18
Pipelines
0
Changes
28
Closes
#77 (closed)
0
0
Merge request reports
Compare
main
version 14
4dae5b08
Dec 14, 2023
version 13
1502d047
Dec 14, 2023
version 12
1502d047
Dec 13, 2023
version 11
8437d0cc
Dec 13, 2023
version 10
9ccad5c6
Dec 13, 2023
version 9
de14e7f5
Dec 13, 2023
version 8
485c0684
Dec 13, 2023
version 7
1a795df1
Dec 13, 2023
version 6
311fbf1c
Dec 13, 2023
version 5
3943688e
Dec 13, 2023
version 4
3943688e
Dec 13, 2023
version 3
5ac9153d
Dec 12, 2023
version 2
b7f5f0e3
Dec 12, 2023
version 1
3ad21be4
Dec 12, 2023
main (base)
and
version 8
latest version
4dae5b08
18 commits,
Dec 14, 2023
version 14
4dae5b08
18 commits,
Dec 14, 2023
version 13
1502d047
16 commits,
Dec 14, 2023
version 12
1502d047
16 commits,
Dec 13, 2023
version 11
8437d0cc
14 commits,
Dec 13, 2023
version 10
9ccad5c6
13 commits,
Dec 13, 2023
version 9
de14e7f5
12 commits,
Dec 13, 2023
version 8
485c0684
11 commits,
Dec 13, 2023
version 7
1a795df1
10 commits,
Dec 13, 2023
version 6
311fbf1c
9 commits,
Dec 13, 2023
version 5
3943688e
7 commits,
Dec 13, 2023
version 4
3943688e
22 commits,
Dec 13, 2023
version 3
5ac9153d
17 commits,
Dec 12, 2023
version 2
b7f5f0e3
16 commits,
Dec 12, 2023
version 1
3ad21be4
15 commits,
Dec 12, 2023
28 files
+
1165
−
541
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
src/main/java/Team5/SmartTowns/data/Main.java deleted
100644 → 0
+
0
−
16
View file @ aa9507cc
//package Team5.SmartTowns.Data;
//
//import org.springframework.beans.factory.annotation.Autowired;
//
//import java.util.List;
//
//public class Main {
// @Autowired
// private locationRepository locationRepository;
// List<Location> approvedNumber= locationRepository.approvedLocations();
// public static void main(String[] args) {
// for (Location loc: approvedNumber){}
//
//
// }
//}
Loading