feat(sgw): Implement Create or Update Banzone functionality with map integration
This commit is contained in:
@@ -16,7 +16,7 @@ export const SGW_ROUTE_TRIPS_LAST = '/api/sgw/trips/last';
|
||||
export const SGW_ROUTE_TRIPS_BY_ID = '/api/sgw/trips-by-id';
|
||||
export const SGW_ROUTE_UPDATE_TRIP_STATUS = '/api/sgw/update-trip-status';
|
||||
export const SGW_ROUTE_HAUL_HANDLE = '/api/sgw/haul-handle';
|
||||
export const SGW_ROUTE_GET_FISH = '/api/sgw/fish-species';
|
||||
export const SGW_ROUTE_GET_FISH = '/api/sgw/fishspecies-list';
|
||||
export const SGW_ROUTE_UPDATE_FISHING_LOGS = '/api/sgw/update-fishing-logs';
|
||||
|
||||
// Crew API Routes
|
||||
@@ -26,7 +26,12 @@ export const SGW_ROUTE_TRIPS_CREWS = '/api/sgw/trips/crews';
|
||||
|
||||
// Photo API Routes
|
||||
export const SGW_ROUTE_PHOTO = '/api/sgw/photo';
|
||||
export const SGW_ROUTE_PHOTO_TAGS = '/api/sgw/list-photo';
|
||||
|
||||
// Banzone API Routes
|
||||
export const SGW_ROUTE_BANZONES = '/api/sgw/banzones';
|
||||
export const SGW_ROUTE_BANZONES_LIST = '/api/sgw/banzones/list';
|
||||
|
||||
// Fish API Routes
|
||||
export const SGW_ROUTE_CREATE_OR_UPDATE_FISH = '/api/sgw/fishspecies';
|
||||
export const SGW_ROUTE_CREATE_OR_UPDATE_FISHING_LOGS = '/api/sgw/fishingLog';
|
||||
|
||||
Reference in New Issue
Block a user