Skip to content
Snippets Groups Projects

Resolve "As a convenience enthusiast, I want a drop down menu to be able to quickly scan QR codes I find along my dragon trail so that I may continue on my adventure without disruption."

17 files
+ 366
33
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -8,8 +8,11 @@ public interface LocationRepository {
@@ -8,8 +8,11 @@ public interface LocationRepository {
List<Location> getAllLocation();
List<Location> getAllLocation();
void addLocation(Location loc);
void addLocation(Location loc);
 
void updateApprovalStatus(int locID);
 
List<Location> getAllApprovedLocations();
List<Location> getAllApprovedLocations();
 
int nametoLocationID(String name);
// List<Location> getApprovedLocations2(List<Location> list);
// List<Location> getApprovedLocations2(List<Location> list);
Loading