mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 16:09:40 +00:00
Compare commits
17 Commits
b1b72fa8aa
...
6a7174b929
Author | SHA1 | Date | |
---|---|---|---|
6a7174b929 | |||
b6d4084ca7 | |||
2b110b7c91 | |||
066fe4bc95 | |||
85d65b2d96 | |||
a64a9f1d12 | |||
a7487f5434 | |||
c0b74162e9 | |||
0eb4652f26 | |||
460639b681 | |||
2f89c3486c | |||
5589e5b587 | |||
d3bd363b70 | |||
3a4fce966c | |||
6bdd28ec57 | |||
652163fdae | |||
076c80fe44 |
4
assets/icons/search_icon.svg
Normal file
4
assets/icons/search_icon.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M1.89852 11.08C-0.632759 8.54864 -0.632708 4.42983 1.89852 1.8985C4.42985 -0.632833 8.54861 -0.632833 11.0799 1.8985C13.2274 4.04599 13.5526 7.23986 12.0565 9.73392C12.0565 9.73392 11.949 9.91422 12.0942 10.0593C12.9222 10.8872 15.4065 13.3716 15.4065 13.3716C16.0658 14.0308 16.2227 14.9527 15.638 15.5374L15.5374 15.638C14.9527 16.2227 14.0308 16.0658 13.3716 15.4065C13.3716 15.4065 10.8926 12.9275 10.0662 12.1012C9.91414 11.9491 9.73389 12.0566 9.73389 12.0566C7.23988 13.5526 4.04601 13.2275 1.89852 11.08ZM9.88131 9.88133C11.7517 8.01094 11.7516 4.96763 9.88125 3.09724C8.01086 1.22689 4.96755 1.22684 3.09721 3.09724C1.22681 4.96758 1.22681 8.01094 3.09721 9.88133C4.9676 11.7516 8.01086 11.7516 9.88131 9.88133Z" fill="#999999" fill-opacity="0.7"/>
|
||||||
|
<path d="M9.46701 6.10386C9.55406 6.10386 9.64256 6.08674 9.72786 6.05072C10.0686 5.9065 10.228 5.51333 10.0838 5.17253C9.17738 3.03045 6.69729 2.0252 4.55526 2.93164C4.21451 3.07586 4.05509 3.46903 4.1993 3.80983C4.34357 4.15063 4.73664 4.30995 5.07755 4.16579C6.539 3.54737 8.23126 4.23326 8.84962 5.69471C8.95781 5.95031 9.20594 6.10386 9.46701 6.10386Z" fill="#999999" fill-opacity="0.7"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -1,22 +1,9 @@
|
|||||||
import 'package:firebase_core/firebase_core.dart';
|
import 'package:firebase_core/firebase_core.dart';
|
||||||
import 'package:flutter/gestures.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
|
||||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||||
import 'package:go_router/go_router.dart';
|
|
||||||
import 'package:syncrow_web/firebase_options.dart';
|
import 'package:syncrow_web/firebase_options.dart';
|
||||||
import 'package:syncrow_web/pages/auth/bloc/auth_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/home/bloc/home_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/home/bloc/home_event.dart';
|
|
||||||
import 'package:syncrow_web/pages/routines/bloc/create_routine_bloc/create_routine_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/routines/bloc/routine_bloc/routine_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/space_tree/bloc/space_tree_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/visitor_password/bloc/visitor_password_bloc.dart';
|
|
||||||
import 'package:syncrow_web/services/locator.dart';
|
import 'package:syncrow_web/services/locator.dart';
|
||||||
import 'package:syncrow_web/utils/app_routes.dart';
|
import 'package:syncrow_web/syncrow_app.dart';
|
||||||
import 'package:syncrow_web/utils/constants/routes_const.dart';
|
|
||||||
import 'package:syncrow_web/utils/navigation_service.dart';
|
|
||||||
import 'package:syncrow_web/utils/theme/theme.dart';
|
|
||||||
|
|
||||||
Future<void> main() async {
|
Future<void> main() async {
|
||||||
try {
|
try {
|
||||||
@ -33,59 +20,5 @@ Future<void> main() async {
|
|||||||
);
|
);
|
||||||
initialSetup();
|
initialSetup();
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
runApp(MyApp());
|
runApp(const SyncrowApp());
|
||||||
}
|
|
||||||
|
|
||||||
class MyApp extends StatelessWidget {
|
|
||||||
MyApp({super.key});
|
|
||||||
|
|
||||||
final GoRouter _router = GoRouter(
|
|
||||||
initialLocation: RoutesConst.auth,
|
|
||||||
routes: AppRoutes.getRoutes(),
|
|
||||||
redirect: (context, state) async {
|
|
||||||
final checkToken = await AuthBloc.getTokenAndValidate();
|
|
||||||
final loggedIn = checkToken == 'Success';
|
|
||||||
final goingToLogin = state.uri.toString() == RoutesConst.auth;
|
|
||||||
|
|
||||||
if (!loggedIn && !goingToLogin) return RoutesConst.auth;
|
|
||||||
if (loggedIn && goingToLogin) return RoutesConst.home;
|
|
||||||
|
|
||||||
return null;
|
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return MultiBlocProvider(
|
|
||||||
providers: [
|
|
||||||
BlocProvider<CreateRoutineBloc>(
|
|
||||||
create: (context) => CreateRoutineBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider(create: (context) => HomeBloc()..add(const FetchUserInfo())),
|
|
||||||
BlocProvider<VisitorPasswordBloc>(
|
|
||||||
create: (context) => VisitorPasswordBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider<RoutineBloc>(
|
|
||||||
create: (context) => RoutineBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider<SpaceTreeBloc>(
|
|
||||||
create: (context) => SpaceTreeBloc(),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
child: MaterialApp.router(
|
|
||||||
debugShowCheckedModeBanner: false,
|
|
||||||
scrollBehavior: const MaterialScrollBehavior().copyWith(
|
|
||||||
dragDevices: {
|
|
||||||
PointerDeviceKind.mouse,
|
|
||||||
PointerDeviceKind.touch,
|
|
||||||
PointerDeviceKind.stylus,
|
|
||||||
PointerDeviceKind.unknown,
|
|
||||||
},
|
|
||||||
),
|
|
||||||
key: NavigationService.navigatorKey,
|
|
||||||
// scaffoldMessengerKey: NavigationService.snackbarKey,
|
|
||||||
theme: myTheme,
|
|
||||||
routerConfig: _router,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,22 +1,9 @@
|
|||||||
import 'package:firebase_core/firebase_core.dart';
|
import 'package:firebase_core/firebase_core.dart';
|
||||||
import 'package:flutter/gestures.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
|
||||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||||
import 'package:go_router/go_router.dart';
|
|
||||||
import 'package:syncrow_web/firebase_options.dart';
|
import 'package:syncrow_web/firebase_options.dart';
|
||||||
import 'package:syncrow_web/pages/auth/bloc/auth_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/home/bloc/home_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/home/bloc/home_event.dart';
|
|
||||||
import 'package:syncrow_web/pages/routines/bloc/create_routine_bloc/create_routine_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/routines/bloc/routine_bloc/routine_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/space_tree/bloc/space_tree_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/visitor_password/bloc/visitor_password_bloc.dart';
|
|
||||||
import 'package:syncrow_web/services/locator.dart';
|
import 'package:syncrow_web/services/locator.dart';
|
||||||
import 'package:syncrow_web/utils/app_routes.dart';
|
import 'package:syncrow_web/syncrow_app.dart';
|
||||||
import 'package:syncrow_web/utils/constants/routes_const.dart';
|
|
||||||
import 'package:syncrow_web/utils/navigation_service.dart';
|
|
||||||
import 'package:syncrow_web/utils/theme/theme.dart';
|
|
||||||
|
|
||||||
Future<void> main() async {
|
Future<void> main() async {
|
||||||
try {
|
try {
|
||||||
@ -33,59 +20,5 @@ Future<void> main() async {
|
|||||||
);
|
);
|
||||||
initialSetup();
|
initialSetup();
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
runApp(MyApp());
|
runApp(const SyncrowApp());
|
||||||
}
|
|
||||||
|
|
||||||
class MyApp extends StatelessWidget {
|
|
||||||
MyApp({super.key});
|
|
||||||
|
|
||||||
final GoRouter _router = GoRouter(
|
|
||||||
initialLocation: RoutesConst.auth,
|
|
||||||
routes: AppRoutes.getRoutes(),
|
|
||||||
redirect: (context, state) async {
|
|
||||||
final checkToken = await AuthBloc.getTokenAndValidate();
|
|
||||||
final loggedIn = checkToken == 'Success';
|
|
||||||
final goingToLogin = state.uri.toString() == RoutesConst.auth;
|
|
||||||
|
|
||||||
if (!loggedIn && !goingToLogin) return RoutesConst.auth;
|
|
||||||
if (loggedIn && goingToLogin) return RoutesConst.home;
|
|
||||||
|
|
||||||
return null;
|
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return MultiBlocProvider(
|
|
||||||
providers: [
|
|
||||||
BlocProvider<CreateRoutineBloc>(
|
|
||||||
create: (context) => CreateRoutineBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider(create: (context) => HomeBloc()..add(const FetchUserInfo())),
|
|
||||||
BlocProvider<VisitorPasswordBloc>(
|
|
||||||
create: (context) => VisitorPasswordBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider<RoutineBloc>(
|
|
||||||
create: (context) => RoutineBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider<SpaceTreeBloc>(
|
|
||||||
create: (context) => SpaceTreeBloc(),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
child: MaterialApp.router(
|
|
||||||
debugShowCheckedModeBanner: false,
|
|
||||||
scrollBehavior: const MaterialScrollBehavior().copyWith(
|
|
||||||
dragDevices: {
|
|
||||||
PointerDeviceKind.mouse,
|
|
||||||
PointerDeviceKind.touch,
|
|
||||||
PointerDeviceKind.stylus,
|
|
||||||
PointerDeviceKind.unknown,
|
|
||||||
},
|
|
||||||
),
|
|
||||||
key: NavigationService.navigatorKey,
|
|
||||||
// scaffoldMessengerKey: NavigationService.snackbarKey,
|
|
||||||
theme: myTheme,
|
|
||||||
routerConfig: _router,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -1,26 +1,16 @@
|
|||||||
import 'package:firebase_core/firebase_core.dart';
|
import 'package:firebase_core/firebase_core.dart';
|
||||||
import 'package:flutter/gestures.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
|
||||||
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
import 'package:flutter_dotenv/flutter_dotenv.dart';
|
||||||
import 'package:go_router/go_router.dart';
|
|
||||||
import 'package:syncrow_web/firebase_options.dart';
|
import 'package:syncrow_web/firebase_options.dart';
|
||||||
import 'package:syncrow_web/pages/auth/bloc/auth_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/home/bloc/home_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/home/bloc/home_event.dart';
|
|
||||||
import 'package:syncrow_web/pages/routines/bloc/create_routine_bloc/create_routine_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/routines/bloc/routine_bloc/routine_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/space_tree/bloc/space_tree_bloc.dart';
|
|
||||||
import 'package:syncrow_web/pages/visitor_password/bloc/visitor_password_bloc.dart';
|
|
||||||
import 'package:syncrow_web/services/locator.dart';
|
import 'package:syncrow_web/services/locator.dart';
|
||||||
import 'package:syncrow_web/utils/app_routes.dart';
|
import 'package:syncrow_web/syncrow_app.dart';
|
||||||
import 'package:syncrow_web/utils/constants/routes_const.dart';
|
|
||||||
import 'package:syncrow_web/utils/navigation_service.dart';
|
|
||||||
import 'package:syncrow_web/utils/theme/theme.dart';
|
|
||||||
|
|
||||||
Future<void> main() async {
|
Future<void> main() async {
|
||||||
try {
|
try {
|
||||||
const environment = String.fromEnvironment('FLAVOR', defaultValue: 'staging');
|
const environment = String.fromEnvironment(
|
||||||
|
'FLAVOR',
|
||||||
|
defaultValue: 'staging',
|
||||||
|
);
|
||||||
await dotenv.load(fileName: '.env.$environment');
|
await dotenv.load(fileName: '.env.$environment');
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
await Firebase.initializeApp(
|
await Firebase.initializeApp(
|
||||||
@ -30,59 +20,5 @@ Future<void> main() async {
|
|||||||
);
|
);
|
||||||
initialSetup();
|
initialSetup();
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
runApp(MyApp());
|
runApp(const SyncrowApp());
|
||||||
}
|
|
||||||
|
|
||||||
class MyApp extends StatelessWidget {
|
|
||||||
MyApp({super.key});
|
|
||||||
|
|
||||||
final GoRouter _router = GoRouter(
|
|
||||||
initialLocation: RoutesConst.auth,
|
|
||||||
routes: AppRoutes.getRoutes(),
|
|
||||||
redirect: (context, state) async {
|
|
||||||
final checkToken = await AuthBloc.getTokenAndValidate();
|
|
||||||
final loggedIn = checkToken == 'Success';
|
|
||||||
final goingToLogin = state.uri.toString() == RoutesConst.auth;
|
|
||||||
|
|
||||||
if (!loggedIn && !goingToLogin) return RoutesConst.auth;
|
|
||||||
if (loggedIn && goingToLogin) return RoutesConst.home;
|
|
||||||
|
|
||||||
return null;
|
|
||||||
},
|
|
||||||
);
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
return MultiBlocProvider(
|
|
||||||
providers: [
|
|
||||||
BlocProvider<CreateRoutineBloc>(
|
|
||||||
create: (context) => CreateRoutineBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider(create: (context) => HomeBloc()..add(const FetchUserInfo())),
|
|
||||||
BlocProvider<VisitorPasswordBloc>(
|
|
||||||
create: (context) => VisitorPasswordBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider<RoutineBloc>(
|
|
||||||
create: (context) => RoutineBloc(),
|
|
||||||
),
|
|
||||||
BlocProvider<SpaceTreeBloc>(
|
|
||||||
create: (context) => SpaceTreeBloc(),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
child: MaterialApp.router(
|
|
||||||
debugShowCheckedModeBanner: false,
|
|
||||||
scrollBehavior: const MaterialScrollBehavior().copyWith(
|
|
||||||
dragDevices: {
|
|
||||||
PointerDeviceKind.mouse,
|
|
||||||
PointerDeviceKind.touch,
|
|
||||||
PointerDeviceKind.stylus,
|
|
||||||
PointerDeviceKind.unknown,
|
|
||||||
},
|
|
||||||
),
|
|
||||||
key: NavigationService.navigatorKey,
|
|
||||||
// scaffoldMessengerKey: NavigationService.snackbarKey,
|
|
||||||
theme: myTheme,
|
|
||||||
routerConfig: _router,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ part 'events_event.dart';
|
|||||||
part 'events_state.dart';
|
part 'events_state.dart';
|
||||||
|
|
||||||
class CalendarEventsBloc extends Bloc<CalendarEventsEvent, CalendarEventState> {
|
class CalendarEventsBloc extends Bloc<CalendarEventsEvent, CalendarEventState> {
|
||||||
final EventController eventController = EventController();
|
EventController eventController = EventController();
|
||||||
final CalendarSystemService calendarService;
|
final CalendarSystemService calendarService;
|
||||||
|
|
||||||
CalendarEventsBloc({
|
CalendarEventsBloc({
|
||||||
@ -20,7 +20,9 @@ class CalendarEventsBloc extends Bloc<CalendarEventsEvent, CalendarEventState> {
|
|||||||
on<AddEvent>(_onAddEvent);
|
on<AddEvent>(_onAddEvent);
|
||||||
on<DisposeResources>(_onDisposeResources);
|
on<DisposeResources>(_onDisposeResources);
|
||||||
on<GoToWeek>(_onGoToWeek);
|
on<GoToWeek>(_onGoToWeek);
|
||||||
|
on<ResetEvents>(_onResetEvents);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _onLoadEvents(
|
Future<void> _onLoadEvents(
|
||||||
LoadEvents event,
|
LoadEvents event,
|
||||||
Emitter<CalendarEventState> emit,
|
Emitter<CalendarEventState> emit,
|
||||||
@ -126,4 +128,18 @@ class CalendarEventsBloc extends Bloc<CalendarEventsEvent, CalendarEventState> {
|
|||||||
eventController.dispose();
|
eventController.dispose();
|
||||||
return super.close();
|
return super.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _onResetEvents(
|
||||||
|
ResetEvents event,
|
||||||
|
Emitter<CalendarEventState> emit,
|
||||||
|
) {
|
||||||
|
if (calendarService is MemoryCalendarServiceWithRemoteFallback) {
|
||||||
|
(calendarService as MemoryCalendarServiceWithRemoteFallback)
|
||||||
|
.memoryService
|
||||||
|
.clear();
|
||||||
|
}
|
||||||
|
eventController.dispose();
|
||||||
|
eventController = EventController();
|
||||||
|
emit(EventsInitial());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -29,3 +29,10 @@ class CheckWeekHasEvents extends CalendarEventsEvent {
|
|||||||
final DateTime weekStart;
|
final DateTime weekStart;
|
||||||
const CheckWeekHasEvents(this.weekStart);
|
const CheckWeekHasEvents(this.weekStart);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class ResetEvents extends CalendarEventsEvent {
|
||||||
|
const ResetEvents();
|
||||||
|
|
||||||
|
@override
|
||||||
|
List<Object?> get props => [];
|
||||||
|
}
|
@ -1,3 +1,4 @@
|
|||||||
|
// booking_page.dart
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
import 'package:calendar_view/calendar_view.dart';
|
import 'package:calendar_view/calendar_view.dart';
|
||||||
@ -26,7 +27,33 @@ class BookingPage extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _BookingPageState extends State<BookingPage> {
|
class _BookingPageState extends State<BookingPage> {
|
||||||
late final EventController _eventController;
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return MultiBlocProvider(
|
||||||
|
providers: [
|
||||||
|
BlocProvider(create: (_) => SelectedBookableSpaceBloc()),
|
||||||
|
BlocProvider(create: (_) => DateSelectionBloc()),
|
||||||
|
BlocProvider(
|
||||||
|
create: (_) => CalendarEventsBloc(
|
||||||
|
calendarService: MemoryCalendarServiceWithRemoteFallback(
|
||||||
|
remoteService: RemoteCalendarService(HTTPService()),
|
||||||
|
memoryService: MemoryCalendarService(),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
child: _BookingPageContent(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class _BookingPageContent extends StatefulWidget {
|
||||||
|
@override
|
||||||
|
State<_BookingPageContent> createState() => _BookingPageContentState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _BookingPageContentState extends State<_BookingPageContent> {
|
||||||
|
late EventController _eventController;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
@ -40,7 +67,7 @@ class _BookingPageState extends State<BookingPage> {
|
|||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
void _dispatchLoadEvents(BuildContext context) {
|
void _loadEvents(BuildContext context) {
|
||||||
final selectedRoom =
|
final selectedRoom =
|
||||||
context.read<SelectedBookableSpaceBloc>().state.selectedBookableSpace;
|
context.read<SelectedBookableSpaceBloc>().state.selectedBookableSpace;
|
||||||
final dateState = context.read<DateSelectionBloc>().state;
|
final dateState = context.read<DateSelectionBloc>().state;
|
||||||
@ -60,186 +87,170 @@ class _BookingPageState extends State<BookingPage> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MultiBlocProvider(
|
return BlocListener<SelectedBookableSpaceBloc, SelectedBookableSpaceState>(
|
||||||
providers: [
|
listener: (context, state) {
|
||||||
BlocProvider(create: (_) => SelectedBookableSpaceBloc()),
|
if (state.selectedBookableSpace != null) {
|
||||||
BlocProvider(create: (_) => DateSelectionBloc()),
|
// Reset events and clear cache when room changes
|
||||||
BlocProvider(
|
context.read<CalendarEventsBloc>().add(ResetEvents());
|
||||||
create: (_) => CalendarEventsBloc(
|
_loadEvents(context);
|
||||||
calendarService: MemoryCalendarServiceWithRemoteFallback(
|
}
|
||||||
remoteService: RemoteCalendarService(
|
},
|
||||||
HTTPService(),
|
child: BlocListener<DateSelectionBloc, DateSelectionState>(
|
||||||
),
|
listener: (context, state) {
|
||||||
memoryService: MemoryCalendarService(),
|
_loadEvents(context);
|
||||||
),
|
},
|
||||||
)),
|
child: BlocListener<CalendarEventsBloc, CalendarEventState>(
|
||||||
],
|
|
||||||
child: Builder(
|
|
||||||
builder: (context) =>
|
|
||||||
BlocListener<CalendarEventsBloc, CalendarEventState>(
|
|
||||||
listenWhen: (prev, curr) => curr is EventsLoaded,
|
|
||||||
listener: (context, state) {
|
listener: (context, state) {
|
||||||
if (state is EventsLoaded) {
|
if (state is EventsLoaded) {
|
||||||
_eventController.removeWhere((_) => true);
|
_eventController.removeWhere((_) => true);
|
||||||
_eventController.addAll(state.events);
|
_eventController.addAll(state.events);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
child: BlocListener<SelectedBookableSpaceBloc,
|
child: Row(
|
||||||
SelectedBookableSpaceState>(
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
listener: (context, state) => _dispatchLoadEvents(context),
|
children: [
|
||||||
child: BlocListener<DateSelectionBloc, DateSelectionState>(
|
Expanded(
|
||||||
listener: (context, state) => _dispatchLoadEvents(context),
|
child: Container(
|
||||||
child: Row(
|
decoration: BoxDecoration(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
color: ColorsManager.whiteColors,
|
||||||
children: [
|
boxShadow: [
|
||||||
Expanded(
|
BoxShadow(
|
||||||
child: Container(
|
color: ColorsManager.blackColor.withOpacity(0.1),
|
||||||
decoration: BoxDecoration(
|
offset: const Offset(3, 0),
|
||||||
color: ColorsManager.whiteColors,
|
blurRadius: 6,
|
||||||
boxShadow: [
|
spreadRadius: 0,
|
||||||
BoxShadow(
|
|
||||||
color: ColorsManager.blackColor.withOpacity(0.1),
|
|
||||||
offset: const Offset(3, 0),
|
|
||||||
blurRadius: 6,
|
|
||||||
spreadRadius: 0,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
child: Column(
|
],
|
||||||
children: [
|
|
||||||
Expanded(
|
|
||||||
flex: 2,
|
|
||||||
child: BlocBuilder<SelectedBookableSpaceBloc,
|
|
||||||
SelectedBookableSpaceState>(
|
|
||||||
builder: (context, state) {
|
|
||||||
return BookingSidebar(
|
|
||||||
onRoomSelected: (selectedRoom) {
|
|
||||||
context
|
|
||||||
.read<SelectedBookableSpaceBloc>()
|
|
||||||
.add(SelectBookableSpace(selectedRoom));
|
|
||||||
},
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
Expanded(
|
|
||||||
child: BlocBuilder<DateSelectionBloc,
|
|
||||||
DateSelectionState>(
|
|
||||||
builder: (context, dateState) {
|
|
||||||
return CustomCalendarPage(
|
|
||||||
selectedDate: dateState.selectedDate,
|
|
||||||
onDateChanged: (day, month, year) {
|
|
||||||
final newDate = DateTime(year, month, day);
|
|
||||||
context
|
|
||||||
.read<DateSelectionBloc>()
|
|
||||||
.add(SelectDate(newDate));
|
|
||||||
context.read<DateSelectionBloc>().add(
|
|
||||||
SelectDateFromSidebarCalendar(newDate));
|
|
||||||
},
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
Expanded(
|
child: Column(
|
||||||
flex: 5,
|
children: [
|
||||||
child: Padding(
|
Expanded(
|
||||||
padding: const EdgeInsets.all(20.0),
|
flex: 2,
|
||||||
child: Column(
|
child: BlocBuilder<SelectedBookableSpaceBloc,
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
SelectedBookableSpaceState>(
|
||||||
|
builder: (context, state) {
|
||||||
|
return BookingSidebar(
|
||||||
|
onRoomSelected: (selectedRoom) {
|
||||||
|
context
|
||||||
|
.read<SelectedBookableSpaceBloc>()
|
||||||
|
.add(SelectBookableSpace(selectedRoom));
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(
|
||||||
|
child:
|
||||||
|
BlocBuilder<DateSelectionBloc, DateSelectionState>(
|
||||||
|
builder: (context, dateState) {
|
||||||
|
return CustomCalendarPage(
|
||||||
|
selectedDate: dateState.selectedDate,
|
||||||
|
onDateChanged: (day, month, year) {
|
||||||
|
final newDate = DateTime(year, month, day);
|
||||||
|
context
|
||||||
|
.read<DateSelectionBloc>()
|
||||||
|
.add(SelectDate(newDate));
|
||||||
|
context.read<DateSelectionBloc>().add(
|
||||||
|
SelectDateFromSidebarCalendar(newDate));
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(
|
||||||
|
flex: 5,
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(20.0),
|
||||||
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: [
|
||||||
|
Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
||||||
children: [
|
children: [
|
||||||
Row(
|
SvgTextButton(
|
||||||
children: [
|
svgAsset: Assets.homeIcon,
|
||||||
SvgTextButton(
|
label: 'Manage Bookable Spaces',
|
||||||
svgAsset: Assets.homeIcon,
|
onPressed: () {},
|
||||||
label: 'Manage Bookable Spaces',
|
|
||||||
onPressed: () {},
|
|
||||||
),
|
|
||||||
const SizedBox(width: 20),
|
|
||||||
SvgTextButton(
|
|
||||||
svgAsset: Assets.groupIcon,
|
|
||||||
label: 'Manage Users',
|
|
||||||
onPressed: () {},
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
BlocBuilder<DateSelectionBloc,
|
const SizedBox(width: 20),
|
||||||
DateSelectionState>(
|
SvgTextButton(
|
||||||
builder: (context, state) {
|
svgAsset: Assets.groupIcon,
|
||||||
final weekStart = state.weekStart;
|
label: 'Manage Users',
|
||||||
final weekEnd =
|
onPressed: () {},
|
||||||
weekStart.add(const Duration(days: 6));
|
|
||||||
return WeekNavigation(
|
|
||||||
weekStart: weekStart,
|
|
||||||
weekEnd: weekEnd,
|
|
||||||
onPreviousWeek: () {
|
|
||||||
context
|
|
||||||
.read<DateSelectionBloc>()
|
|
||||||
.add(PreviousWeek());
|
|
||||||
},
|
|
||||||
onNextWeek: () {
|
|
||||||
context
|
|
||||||
.read<DateSelectionBloc>()
|
|
||||||
.add(NextWeek());
|
|
||||||
},
|
|
||||||
);
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Expanded(
|
BlocBuilder<DateSelectionBloc, DateSelectionState>(
|
||||||
flex: 5,
|
builder: (context, state) {
|
||||||
child: BlocBuilder<SelectedBookableSpaceBloc,
|
final weekStart = state.weekStart;
|
||||||
SelectedBookableSpaceState>(
|
final weekEnd =
|
||||||
builder: (context, roomState) {
|
weekStart.add(const Duration(days: 6));
|
||||||
final selectedRoom =
|
return WeekNavigation(
|
||||||
roomState.selectedBookableSpace;
|
weekStart: weekStart,
|
||||||
return BlocBuilder<DateSelectionBloc,
|
weekEnd: weekEnd,
|
||||||
DateSelectionState>(
|
onPreviousWeek: () {
|
||||||
builder: (context, dateState) {
|
context
|
||||||
return BlocListener<CalendarEventsBloc,
|
.read<DateSelectionBloc>()
|
||||||
CalendarEventState>(
|
.add(PreviousWeek());
|
||||||
listenWhen: (prev, curr) =>
|
},
|
||||||
curr is EventsLoaded,
|
onNextWeek: () {
|
||||||
listener: (context, state) {
|
context
|
||||||
if (state is EventsLoaded) {
|
.read<DateSelectionBloc>()
|
||||||
_eventController
|
.add(NextWeek());
|
||||||
.removeWhere((_) => true);
|
},
|
||||||
_eventController.addAll(state.events);
|
);
|
||||||
}
|
},
|
||||||
},
|
),
|
||||||
child: WeeklyCalendarPage(
|
],
|
||||||
startTime: selectedRoom
|
),
|
||||||
?.bookableConfig.startTime,
|
const SizedBox(height: 20),
|
||||||
endTime: selectedRoom
|
Expanded(
|
||||||
?.bookableConfig.endTime,
|
flex: 5,
|
||||||
weekStart: dateState.weekStart,
|
child: BlocBuilder<SelectedBookableSpaceBloc,
|
||||||
selectedDate: dateState.selectedDate,
|
SelectedBookableSpaceState>(
|
||||||
eventController: _eventController,
|
builder: (context, roomState) {
|
||||||
selectedDateFromSideBarCalender: context
|
final selectedRoom =
|
||||||
.watch<DateSelectionBloc>()
|
roomState.selectedBookableSpace;
|
||||||
.state
|
return BlocBuilder<DateSelectionBloc,
|
||||||
.selectedDateFromSideBarCalender,
|
DateSelectionState>(
|
||||||
),
|
builder: (context, dateState) {
|
||||||
|
return BlocBuilder<CalendarEventsBloc,
|
||||||
|
CalendarEventState>(
|
||||||
|
builder: (context, eventState) {
|
||||||
|
return WeeklyCalendarPage(
|
||||||
|
key: ValueKey(
|
||||||
|
selectedRoom?.uuid ?? 'no-room'),
|
||||||
|
startTime: selectedRoom
|
||||||
|
?.bookableConfig.startTime,
|
||||||
|
endTime:
|
||||||
|
selectedRoom?.bookableConfig.endTime,
|
||||||
|
weekStart: dateState.weekStart,
|
||||||
|
selectedDate: dateState.selectedDate,
|
||||||
|
eventController: _eventController,
|
||||||
|
selectedDateFromSideBarCalender: context
|
||||||
|
.watch<DateSelectionBloc>()
|
||||||
|
.state
|
||||||
|
.selectedDateFromSideBarCalender,
|
||||||
|
// isLoading: eventState is EventsLoading,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
);
|
||||||
),
|
},
|
||||||
],
|
),
|
||||||
),
|
),
|
||||||
),
|
],
|
||||||
),
|
),
|
||||||
],
|
),
|
||||||
),
|
),
|
||||||
),
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -76,21 +76,29 @@ class __SidebarContentState extends State<_SidebarContent> {
|
|||||||
builder: (context, state) {
|
builder: (context, state) {
|
||||||
return Column(
|
return Column(
|
||||||
children: [
|
children: [
|
||||||
const _SidebarHeader(title: 'Spaces'),
|
Padding(
|
||||||
|
padding: const EdgeInsets.only(top: 10.0, bottom: 10.0),
|
||||||
|
child: Container(
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: ColorsManager.whiteColors,
|
||||||
|
boxShadow: [
|
||||||
|
BoxShadow(
|
||||||
|
color: ColorsManager.blackColor.withOpacity(0.1),
|
||||||
|
offset: const Offset(0, 4),
|
||||||
|
blurRadius: 4,
|
||||||
|
spreadRadius: 0,
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
child: _SidebarHeader(title: 'Spaces')),
|
||||||
|
),
|
||||||
Container(
|
Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: ColorsManager.whiteColors,
|
color: ColorsManager.whiteColors,
|
||||||
borderRadius: BorderRadius.circular(8.0),
|
|
||||||
boxShadow: [
|
boxShadow: [
|
||||||
BoxShadow(
|
BoxShadow(
|
||||||
color: ColorsManager.blackColor.withOpacity(0.1),
|
color: ColorsManager.blackColor.withOpacity(0.1),
|
||||||
offset: const Offset(0, -2),
|
offset: const Offset(0, 4),
|
||||||
blurRadius: 4,
|
|
||||||
spreadRadius: 0,
|
|
||||||
),
|
|
||||||
BoxShadow(
|
|
||||||
color: ColorsManager.blackColor.withOpacity(0.1),
|
|
||||||
offset: const Offset(0, 2),
|
|
||||||
blurRadius: 4,
|
blurRadius: 4,
|
||||||
spreadRadius: 0,
|
spreadRadius: 0,
|
||||||
),
|
),
|
||||||
@ -220,7 +228,7 @@ class _SidebarHeader extends StatelessWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.all(16.0),
|
padding: const EdgeInsets.all(10.0),
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
|
@ -66,18 +66,28 @@ class _CustomCalendarPageState extends State<CustomCalendarPage> {
|
|||||||
weekdayLabels: const ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'],
|
weekdayLabels: const ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su'],
|
||||||
);
|
);
|
||||||
|
|
||||||
return CalendarDatePicker2(
|
return Container(
|
||||||
config: config,
|
decoration: const BoxDecoration(
|
||||||
value: [_selectedDate],
|
border: Border(
|
||||||
onValueChanged: (dates) {
|
top: BorderSide(
|
||||||
final picked = dates.first;
|
color: ColorsManager.textGray,
|
||||||
if (picked != null) {
|
width: 1.0,
|
||||||
setState(() {
|
),
|
||||||
_selectedDate = picked;
|
),
|
||||||
});
|
),
|
||||||
widget.onDateChanged(picked.day, picked.month, picked.year);
|
child: CalendarDatePicker2(
|
||||||
}
|
config: config,
|
||||||
},
|
value: [_selectedDate],
|
||||||
|
onValueChanged: (dates) {
|
||||||
|
final picked = dates.first;
|
||||||
|
if (picked != null) {
|
||||||
|
setState(() {
|
||||||
|
_selectedDate = picked;
|
||||||
|
});
|
||||||
|
widget.onDateChanged(picked.day, picked.month, picked.year);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,15 +32,17 @@ class EventTileWidget extends StatelessWidget {
|
|||||||
return Expanded(
|
return Expanded(
|
||||||
child: Container(
|
child: Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
padding: EdgeInsets.all(5),
|
padding: const EdgeInsets.all(5),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: isEventEnded
|
color: isEventEnded
|
||||||
? ColorsManager.grayColor.withOpacity(0.1)
|
? ColorsManager.grayColor.withOpacity(0.1)
|
||||||
: ColorsManager.blue1.withOpacity(0.1),
|
: ColorsManager.blue1.withOpacity(0.1),
|
||||||
borderRadius: BorderRadius.circular(6),
|
borderRadius: BorderRadius.circular(6),
|
||||||
border: const Border(
|
border: Border(
|
||||||
left: BorderSide(
|
left: BorderSide(
|
||||||
color: ColorsManager.grayColor,
|
color: isEventEnded
|
||||||
|
? ColorsManager.grayColor
|
||||||
|
: ColorsManager.secondaryColor,
|
||||||
width: 4,
|
width: 4,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -21,7 +21,7 @@ class RoomListItem extends StatelessWidget {
|
|||||||
groupValue: isSelected ? room.uuid : null,
|
groupValue: isSelected ? room.uuid : null,
|
||||||
visualDensity: const VisualDensity(vertical: -4),
|
visualDensity: const VisualDensity(vertical: -4),
|
||||||
onChanged: (value) => onTap(),
|
onChanged: (value) => onTap(),
|
||||||
activeColor: ColorsManager.primaryColor,
|
activeColor: ColorsManager.secondaryColor,
|
||||||
title: Text(
|
title: Text(
|
||||||
room.spaceName,
|
room.spaceName,
|
||||||
maxLines: 2,
|
maxLines: 2,
|
||||||
|
@ -14,26 +14,33 @@ class WeekDayHeader extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Column(
|
return ColoredBox(
|
||||||
children: [
|
color: isSelectedDay
|
||||||
Text(
|
? ColorsManager.secondaryColor.withOpacity(0.1)
|
||||||
DateFormat('EEE').format(date).toUpperCase(),
|
: Colors.transparent,
|
||||||
style: TextStyle(
|
child: Column(
|
||||||
fontWeight: FontWeight.w400,
|
children: [
|
||||||
fontSize: 14,
|
const SizedBox(
|
||||||
color: isSelectedDay ? Colors.blue : Colors.black,
|
height: 10,
|
||||||
),
|
),
|
||||||
),
|
Text(
|
||||||
Text(
|
DateFormat('EEE').format(date).toUpperCase(),
|
||||||
DateFormat('d').format(date),
|
style: const TextStyle(
|
||||||
style: TextStyle(
|
fontWeight: FontWeight.w400,
|
||||||
fontWeight: FontWeight.w700,
|
fontSize: 14,
|
||||||
fontSize: 20,
|
color: ColorsManager.blackColor,
|
||||||
color:
|
),
|
||||||
isSelectedDay ? ColorsManager.blue1 : ColorsManager.blackColor,
|
|
||||||
),
|
),
|
||||||
),
|
Text(
|
||||||
],
|
DateFormat('d').format(date),
|
||||||
|
style: const TextStyle(
|
||||||
|
fontWeight: FontWeight.w700,
|
||||||
|
fontSize: 30,
|
||||||
|
color: ColorsManager.blackColor,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ class WeeklyCalendarPage extends StatelessWidget {
|
|||||||
});
|
});
|
||||||
static const double timeLineWidth = 65;
|
static const double timeLineWidth = 65;
|
||||||
static const int totalDays = 7;
|
static const int totalDays = 7;
|
||||||
static const double dayColumnWidth = 220;
|
static const double dayColumnWidth = 220;
|
||||||
|
|
||||||
final double calendarContentWidth =
|
final double calendarContentWidth =
|
||||||
timeLineWidth + (totalDays * dayColumnWidth);
|
timeLineWidth + (totalDays * dayColumnWidth);
|
||||||
@ -57,13 +57,10 @@ class WeeklyCalendarPage extends StatelessWidget {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const double timeLineWidth = 90;
|
||||||
|
|
||||||
const double timeLineWidth = 65;
|
|
||||||
|
|
||||||
return LayoutBuilder(
|
return LayoutBuilder(
|
||||||
builder: (context, constraints) {
|
builder: (context, constraints) {
|
||||||
|
|
||||||
bool isInRange(DateTime date, DateTime start, DateTime end) {
|
bool isInRange(DateTime date, DateTime start, DateTime end) {
|
||||||
!date.isBefore(start) && !date.isAfter(end);
|
!date.isBefore(start) && !date.isAfter(end);
|
||||||
// remove this line and Check if the date is within the range
|
// remove this line and Check if the date is within the range
|
||||||
@ -100,7 +97,6 @@ class WeeklyCalendarPage extends StatelessWidget {
|
|||||||
width: width,
|
width: width,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Colors.orange.withOpacity(0.13),
|
color: Colors.orange.withOpacity(0.13),
|
||||||
borderRadius: BorderRadius.circular(8),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
} else if (isSelected) {
|
} else if (isSelected) {
|
||||||
@ -110,7 +106,6 @@ class WeeklyCalendarPage extends StatelessWidget {
|
|||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color:
|
color:
|
||||||
ColorsManager.spaceColor.withOpacity(0.07),
|
ColorsManager.spaceColor.withOpacity(0.07),
|
||||||
borderRadius: BorderRadius.circular(8),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -143,7 +138,7 @@ class WeeklyCalendarPage extends StatelessWidget {
|
|||||||
heightPerMinute: 1.7,
|
heightPerMinute: 1.7,
|
||||||
showLiveTimeLineInAllDays: false,
|
showLiveTimeLineInAllDays: false,
|
||||||
showVerticalLines: true,
|
showVerticalLines: true,
|
||||||
emulateVerticalOffsetBy: -80,
|
emulateVerticalOffsetBy: -95,
|
||||||
startDay: WeekDays.monday,
|
startDay: WeekDays.monday,
|
||||||
liveTimeIndicatorSettings:
|
liveTimeIndicatorSettings:
|
||||||
const LiveTimeIndicatorSettings(
|
const LiveTimeIndicatorSettings(
|
||||||
@ -161,7 +156,7 @@ class WeeklyCalendarPage extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
timeLineWidth: timeLineWidth,
|
timeLineWidth: timeLineWidth,
|
||||||
weekPageHeaderBuilder: (start, end) => Container(),
|
weekPageHeaderBuilder: (start, end) => Container(),
|
||||||
weekTitleHeight: 60,
|
weekTitleHeight: 90,
|
||||||
weekNumberBuilder: (firstDayOfWeek) => Padding(
|
weekNumberBuilder: (firstDayOfWeek) => Padding(
|
||||||
padding: const EdgeInsets.only(right: 15, bottom: 10),
|
padding: const EdgeInsets.only(right: 15, bottom: 10),
|
||||||
child: Column(
|
child: Column(
|
||||||
@ -208,8 +203,6 @@ class WeeklyCalendarPage extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isSameDay(DateTime d1, DateTime d2) {
|
bool isSameDay(DateTime d1, DateTime d2) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
class NonBookableSpacesParams {
|
class NonBookableSpacesParams {
|
||||||
final int currentPage;
|
final int currentPage;
|
||||||
String? searchedWords;
|
final String? searchedWords;
|
||||||
NonBookableSpacesParams({
|
NonBookableSpacesParams({
|
||||||
required this.currentPage,
|
required this.currentPage,
|
||||||
this.searchedWords,
|
this.searchedWords,
|
||||||
|
@ -10,51 +10,123 @@ part 'setup_bookable_spaces_state.dart';
|
|||||||
class SetupBookableSpacesBloc
|
class SetupBookableSpacesBloc
|
||||||
extends Bloc<SetupBookableSpacesEvent, SetupBookableSpacesState> {
|
extends Bloc<SetupBookableSpacesEvent, SetupBookableSpacesState> {
|
||||||
NonBookableSpacesService nonBookableSpacesService;
|
NonBookableSpacesService nonBookableSpacesService;
|
||||||
List<BookableSpacemodel> selectedBookableSpaces = [];
|
|
||||||
SetupBookableSpacesBloc(this.nonBookableSpacesService)
|
SetupBookableSpacesBloc(this.nonBookableSpacesService)
|
||||||
: super(SetupBookableSpacesInitial()) {
|
: super(const SetupBookableSpacesInitial(bookableSpaces: [])) {
|
||||||
on<AddToBookableSpaceEvent>(_onAddToBookableSpaceEvent);
|
on<AddToBookableSpaceEvent>(_onAddToBookableSpaceEvent);
|
||||||
on<RemoveFromBookableSpaceEvent>(_onRemoveFromBookableSpaceEvent);
|
on<RemoveFromBookableSpaceEvent>(_onRemoveFromBookableSpaceEvent);
|
||||||
|
on<AddBookableDaysEvent>(_onAddBookableDays);
|
||||||
|
on<ChangeStartTimeEvent>(_onChangeStartTimeEvent);
|
||||||
|
on<ChangeEndTimeEvent>(_onChangeEndTimeEvent);
|
||||||
|
on<ChangeCostEvent>(_onChangeCostEvent);
|
||||||
|
|
||||||
on<CheckConfigurValidityEvent>(_onCheckConfigurValidityEvent);
|
on<CheckConfigurValidityEvent>(_onCheckConfigurValidityEvent);
|
||||||
on<EditModeSelected>(_onEditModeSelected);
|
on<EditModeSelected>(_onEditModeSelected);
|
||||||
}
|
}
|
||||||
TimeOfDay? get endTime =>
|
List<BookableSpacemodel> get currentBookableSpaces {
|
||||||
selectedBookableSpaces.first.spaceConfig!.bookingEndTime;
|
return switch (state) {
|
||||||
|
AddNonBookableSpaceIntoBookableState(:final bookableSpaces) =>
|
||||||
TimeOfDay? get startTime =>
|
bookableSpaces,
|
||||||
selectedBookableSpaces.first.spaceConfig!.bookingStartTime;
|
RemoveBookableSpaceIntoNonBookableState(:final bookableSpaces) =>
|
||||||
|
bookableSpaces,
|
||||||
|
SetupBookableSpacesInitial(:final bookableSpaces) => bookableSpaces,
|
||||||
|
InProgressState(:final bookableSpaces) => bookableSpaces,
|
||||||
|
ValidSaveButtonState(:final bookableSpaces) => bookableSpaces,
|
||||||
|
UnValidSaveButtonState(:final bookableSpaces) => bookableSpaces,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
void _onAddToBookableSpaceEvent(
|
void _onAddToBookableSpaceEvent(
|
||||||
AddToBookableSpaceEvent event,
|
AddToBookableSpaceEvent event,
|
||||||
Emitter<SetupBookableSpacesState> emit,
|
Emitter<SetupBookableSpacesState> emit,
|
||||||
) {
|
) {
|
||||||
emit(InProgressState());
|
emit(InProgressState(bookableSpaces: state.bookableSpaces));
|
||||||
selectedBookableSpaces.add(event.nonBookableSpace);
|
final updatedSpaces = List<BookableSpacemodel>.from(state.bookableSpaces);
|
||||||
emit(AddNonBookableSpaceIntoBookableState(
|
|
||||||
bookableSpaces: selectedBookableSpaces));
|
updatedSpaces.add(event.nonBookableSpace);
|
||||||
|
|
||||||
|
emit(AddNonBookableSpaceIntoBookableState(bookableSpaces: updatedSpaces));
|
||||||
}
|
}
|
||||||
|
|
||||||
void _onRemoveFromBookableSpaceEvent(RemoveFromBookableSpaceEvent event,
|
void _onRemoveFromBookableSpaceEvent(RemoveFromBookableSpaceEvent event,
|
||||||
Emitter<SetupBookableSpacesState> emit) {
|
Emitter<SetupBookableSpacesState> emit) {
|
||||||
emit(InProgressState());
|
emit(InProgressState(bookableSpaces: state.bookableSpaces));
|
||||||
selectedBookableSpaces.remove(event.bookableSpace);
|
state.bookableSpaces.remove(event.bookableSpace);
|
||||||
emit(RemoveBookableSpaceIntoNonBookableState(
|
emit(RemoveBookableSpaceIntoNonBookableState(
|
||||||
bookableSpaces: selectedBookableSpaces));
|
bookableSpaces: state.bookableSpaces));
|
||||||
|
}
|
||||||
|
|
||||||
|
void _onAddBookableDays(
|
||||||
|
AddBookableDaysEvent event, Emitter<SetupBookableSpacesState> emit) {
|
||||||
|
final updatedSpaces = state.bookableSpaces.map((space) {
|
||||||
|
final updatedConfig = space.spaceConfig?.copyWith(
|
||||||
|
bookableDays: event.bookableDays,
|
||||||
|
);
|
||||||
|
|
||||||
|
return space.copyWith(spaceConfig: updatedConfig);
|
||||||
|
}).toList();
|
||||||
|
|
||||||
|
emit(SetupBookableSpacesInitial(bookableSpaces: updatedSpaces));
|
||||||
|
}
|
||||||
|
|
||||||
|
void _onChangeStartTimeEvent(
|
||||||
|
ChangeStartTimeEvent event, Emitter<SetupBookableSpacesState> emit) {
|
||||||
|
final updatedSpaces = state.bookableSpaces.map((space) {
|
||||||
|
final updatedConfig = space.spaceConfig?.copyWith(
|
||||||
|
bookingStartTime: event.startTime,
|
||||||
|
);
|
||||||
|
|
||||||
|
return space.copyWith(spaceConfig: updatedConfig);
|
||||||
|
}).toList();
|
||||||
|
|
||||||
|
emit(SetupBookableSpacesInitial(bookableSpaces: updatedSpaces));
|
||||||
|
}
|
||||||
|
|
||||||
|
void _onChangeEndTimeEvent(
|
||||||
|
ChangeEndTimeEvent event, Emitter<SetupBookableSpacesState> emit) {
|
||||||
|
final updatedSpaces = state.bookableSpaces.map((space) {
|
||||||
|
final updatedConfig = space.spaceConfig?.copyWith(
|
||||||
|
bookingEndTime: event.endTime,
|
||||||
|
);
|
||||||
|
|
||||||
|
return space.copyWith(spaceConfig: updatedConfig);
|
||||||
|
}).toList();
|
||||||
|
|
||||||
|
emit(SetupBookableSpacesInitial(bookableSpaces: updatedSpaces));
|
||||||
|
}
|
||||||
|
|
||||||
|
void _onChangeCostEvent(
|
||||||
|
ChangeCostEvent event, Emitter<SetupBookableSpacesState> emit) {
|
||||||
|
final updatedSpaces = state.bookableSpaces.map((space) {
|
||||||
|
final updatedConfig = space.spaceConfig?.copyWith(
|
||||||
|
cost: event.cost,
|
||||||
|
);
|
||||||
|
|
||||||
|
return space.copyWith(spaceConfig: updatedConfig);
|
||||||
|
}).toList();
|
||||||
|
|
||||||
|
emit(SetupBookableSpacesInitial(bookableSpaces: updatedSpaces));
|
||||||
}
|
}
|
||||||
|
|
||||||
void _onCheckConfigurValidityEvent(CheckConfigurValidityEvent event,
|
void _onCheckConfigurValidityEvent(CheckConfigurValidityEvent event,
|
||||||
Emitter<SetupBookableSpacesState> emit) {
|
Emitter<SetupBookableSpacesState> emit) {
|
||||||
if (selectedBookableSpaces.first.spaceConfig!.isValid) {
|
if (state.bookableSpaces.first.spaceConfig!.isValid) {
|
||||||
emit(ValidSaveButtonState());
|
emit(ValidSaveButtonState(
|
||||||
|
bookableSpaces: state.bookableSpaces,
|
||||||
|
));
|
||||||
} else {
|
} else {
|
||||||
emit(UnValidSaveButtonState());
|
emit(UnValidSaveButtonState(
|
||||||
|
bookableSpaces: state.bookableSpaces,
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void _onEditModeSelected(
|
void _onEditModeSelected(
|
||||||
EditModeSelected event, Emitter<SetupBookableSpacesState> emit) {
|
EditModeSelected event,
|
||||||
selectedBookableSpaces.clear();
|
Emitter<SetupBookableSpacesState> emit,
|
||||||
selectedBookableSpaces.add(event.editingBookableSpace);
|
) {
|
||||||
|
final updatedList = [event.editingBookableSpace];
|
||||||
|
|
||||||
|
emit(SetupBookableSpacesInitial(bookableSpaces: updatedList));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,34 @@ class RemoveFromBookableSpaceEvent extends SetupBookableSpacesEvent {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class AddBookableDaysEvent extends SetupBookableSpacesEvent {
|
||||||
|
final List<String> bookableDays;
|
||||||
|
const AddBookableDaysEvent({
|
||||||
|
required this.bookableDays,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class ChangeCostEvent extends SetupBookableSpacesEvent {
|
||||||
|
final int cost;
|
||||||
|
const ChangeCostEvent({
|
||||||
|
required this.cost,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class ChangeStartTimeEvent extends SetupBookableSpacesEvent {
|
||||||
|
final TimeOfDay startTime;
|
||||||
|
const ChangeStartTimeEvent({
|
||||||
|
required this.startTime,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
class ChangeEndTimeEvent extends SetupBookableSpacesEvent {
|
||||||
|
final TimeOfDay endTime;
|
||||||
|
const ChangeEndTimeEvent({
|
||||||
|
required this.endTime,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
class CheckConfigurValidityEvent extends SetupBookableSpacesEvent {}
|
class CheckConfigurValidityEvent extends SetupBookableSpacesEvent {}
|
||||||
|
|
||||||
class EditModeSelected extends SetupBookableSpacesEvent {
|
class EditModeSelected extends SetupBookableSpacesEvent {
|
||||||
|
@ -1,32 +1,37 @@
|
|||||||
part of 'setup_bookable_spaces_bloc.dart';
|
part of 'setup_bookable_spaces_bloc.dart';
|
||||||
|
|
||||||
sealed class SetupBookableSpacesState extends Equatable {
|
sealed class SetupBookableSpacesState extends Equatable {
|
||||||
const SetupBookableSpacesState();
|
final List<BookableSpacemodel> bookableSpaces;
|
||||||
|
const SetupBookableSpacesState({required this.bookableSpaces});
|
||||||
|
TimeOfDay? get startTime =>
|
||||||
|
bookableSpaces.first.spaceConfig!.bookingStartTime;
|
||||||
|
TimeOfDay? get endTime => bookableSpaces.first.spaceConfig!.bookingEndTime;
|
||||||
@override
|
@override
|
||||||
List<Object> get props => [];
|
List<Object> get props => [];
|
||||||
}
|
}
|
||||||
|
|
||||||
final class SetupBookableSpacesInitial extends SetupBookableSpacesState {}
|
final class SetupBookableSpacesInitial extends SetupBookableSpacesState {
|
||||||
|
const SetupBookableSpacesInitial({required super.bookableSpaces});
|
||||||
|
}
|
||||||
|
|
||||||
class AddNonBookableSpaceIntoBookableState extends SetupBookableSpacesState {
|
class AddNonBookableSpaceIntoBookableState extends SetupBookableSpacesState {
|
||||||
final List<BookableSpacemodel> bookableSpaces;
|
const AddNonBookableSpaceIntoBookableState({required super.bookableSpaces});
|
||||||
const AddNonBookableSpaceIntoBookableState({
|
|
||||||
required this.bookableSpaces,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class InProgressState extends SetupBookableSpacesState {}
|
class InProgressState extends SetupBookableSpacesState {
|
||||||
|
const InProgressState({required super.bookableSpaces});
|
||||||
|
}
|
||||||
|
|
||||||
class RemoveBookableSpaceIntoNonBookableState extends SetupBookableSpacesState {
|
class RemoveBookableSpaceIntoNonBookableState extends SetupBookableSpacesState {
|
||||||
final List<BookableSpacemodel> bookableSpaces;
|
|
||||||
const RemoveBookableSpaceIntoNonBookableState({
|
const RemoveBookableSpaceIntoNonBookableState({
|
||||||
required this.bookableSpaces,
|
required super.bookableSpaces,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
class ValidSaveButtonState extends SetupBookableSpacesState {}
|
class ValidSaveButtonState extends SetupBookableSpacesState {
|
||||||
|
const ValidSaveButtonState({required super.bookableSpaces});
|
||||||
class UnValidSaveButtonState extends SetupBookableSpacesState {}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
class UnValidSaveButtonState extends SetupBookableSpacesState {
|
||||||
|
const UnValidSaveButtonState({required super.bookableSpaces});
|
||||||
|
}
|
||||||
|
@ -63,9 +63,10 @@ class _SetupBookableSpacesDialogState extends State<SetupBookableSpacesDialog> {
|
|||||||
RemoteNonBookableSpaces(HTTPService()))
|
RemoteNonBookableSpaces(HTTPService()))
|
||||||
: (context) => SetupBookableSpacesBloc(
|
: (context) => SetupBookableSpacesBloc(
|
||||||
RemoteNonBookableSpaces(HTTPService()))
|
RemoteNonBookableSpaces(HTTPService()))
|
||||||
..add(EditModeSelected(
|
..add(
|
||||||
editingBookableSpace: widget.editingBookableSpace!,
|
EditModeSelected(
|
||||||
)),
|
editingBookableSpace: widget.editingBookableSpace!),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
BlocProvider(
|
BlocProvider(
|
||||||
create: (context) => SendBookableSpacesBloc(
|
create: (context) => SendBookableSpacesBloc(
|
||||||
@ -115,16 +116,14 @@ class _SetupBookableSpacesDialogState extends State<SetupBookableSpacesDialog> {
|
|||||||
),
|
),
|
||||||
Builder(builder: (context) {
|
Builder(builder: (context) {
|
||||||
final stepsState = context.watch<StepsCubit>().state;
|
final stepsState = context.watch<StepsCubit>().state;
|
||||||
final setupBookableSpacesBloc =
|
final bookableSpaces =
|
||||||
context.watch<SetupBookableSpacesBloc>();
|
context.watch<SetupBookableSpacesBloc>().state.bookableSpaces;
|
||||||
final selectedSpaces =
|
|
||||||
setupBookableSpacesBloc.selectedBookableSpaces;
|
|
||||||
return stepsState is StepOneState
|
return stepsState is StepOneState
|
||||||
? NextFirstStepButton(selectedSpaces: selectedSpaces)
|
? const NextFirstStepButton()
|
||||||
: SaveSecondStepButton(
|
: SaveSecondStepButton(
|
||||||
selectedSpaces: selectedSpaces,
|
|
||||||
pointsController: pointsController,
|
pointsController: pointsController,
|
||||||
isEditingMode: widget.editingBookableSpace != null,
|
isEditingMode: widget.editingBookableSpace != null,
|
||||||
|
bookableSpaces: bookableSpaces,
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
@ -47,7 +47,7 @@ class BookableSpaceSwitchActivationWidget extends StatelessWidget {
|
|||||||
return ColorsManager.whiteColors;
|
return ColorsManager.whiteColors;
|
||||||
}),
|
}),
|
||||||
value: space.spaceConfig!.availability,
|
value: space.spaceConfig!.availability,
|
||||||
activeTrackColor: ColorsManager.blueColor,
|
activeTrackColor: ColorsManager.dialogBlueTitle,
|
||||||
inactiveTrackColor: ColorsManager.grayBorder,
|
inactiveTrackColor: ColorsManager.grayBorder,
|
||||||
thumbColor: WidgetStateProperty.resolveWith<Color>(
|
thumbColor: WidgetStateProperty.resolveWith<Color>(
|
||||||
(Set<WidgetState> states) {
|
(Set<WidgetState> states) {
|
||||||
|
@ -17,6 +17,8 @@ class BookingPeriodWidget extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
final state = context.watch<SetupBookableSpacesBloc>().state;
|
||||||
|
|
||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
@ -32,122 +34,108 @@ class BookingPeriodWidget extends StatelessWidget {
|
|||||||
const Text('Booking Period'),
|
const Text('Booking Period'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
const SizedBox(height: 5),
|
||||||
Container(
|
Container(
|
||||||
width: 300,
|
width: 230,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.circular(12),
|
borderRadius: BorderRadius.circular(8),
|
||||||
color: ColorsManager.graysColor,
|
color: ColorsManager.circleRolesBackground,
|
||||||
|
boxShadow: [
|
||||||
|
BoxShadow(
|
||||||
|
offset: Offset.zero,
|
||||||
|
blurRadius: 4,
|
||||||
|
spreadRadius: 0,
|
||||||
|
color: ColorsManager.timePickerColor.withValues(alpha: 0.15),
|
||||||
|
)
|
||||||
|
],
|
||||||
),
|
),
|
||||||
child: Row(
|
child: Row(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
TimePickerWidget(
|
TimePickerWidget(
|
||||||
title: editingBookableSpace == null
|
title: editingBookableSpace?.spaceConfig?.bookingStartTime
|
||||||
? 'Start Time'
|
?.format(context) ??
|
||||||
: editingBookableSpace!.spaceConfig!.bookingStartTime!
|
'Start Time',
|
||||||
.format(context),
|
onTimePicked: (pickedStartTime) {
|
||||||
onTimePicked: (timePicked) {
|
if (pickedStartTime == null) return;
|
||||||
if (timePicked == null) {
|
|
||||||
|
if (state.endTime != null &&
|
||||||
|
isEndTimeAfterStartTime(
|
||||||
|
pickedStartTime, state.endTime!)) {
|
||||||
|
_showInvalidSnackBar(
|
||||||
|
context, "You can't choose Start Time after End Time");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
final setupBookableSpacesBloc =
|
|
||||||
context.read<SetupBookableSpacesBloc>();
|
|
||||||
|
|
||||||
if (setupBookableSpacesBloc.endTime != null &&
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
isEndTimeAfterStartTime(
|
ChangeStartTimeEvent(startTime: pickedStartTime),
|
||||||
timePicked, setupBookableSpacesBloc.endTime!)) {
|
);
|
||||||
ScaffoldMessenger.of(context).clearSnackBars();
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
ScaffoldMessenger.of(context).showSnackBar(const SnackBar(
|
CheckConfigurValidityEvent(),
|
||||||
content:
|
);
|
||||||
Text("You can't choose start Time Before End time"),
|
|
||||||
duration: Duration(seconds: 2),
|
|
||||||
backgroundColor: ColorsManager.red,
|
|
||||||
));
|
|
||||||
throw Exception();
|
|
||||||
} else {
|
|
||||||
for (int i = 0;
|
|
||||||
i <
|
|
||||||
setupBookableSpacesBloc
|
|
||||||
.selectedBookableSpaces.length;
|
|
||||||
i++) {
|
|
||||||
final space =
|
|
||||||
setupBookableSpacesBloc.selectedBookableSpaces[i];
|
|
||||||
final updatedConfig = space.spaceConfig
|
|
||||||
?.copyWith(bookingStartTime: timePicked);
|
|
||||||
final updatedSpace =
|
|
||||||
space.copyWith(spaceConfig: updatedConfig);
|
|
||||||
|
|
||||||
setupBookableSpacesBloc.selectedBookableSpaces[i] =
|
|
||||||
updatedSpace;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
const SizedBox(width: 10),
|
||||||
const Icon(
|
const Icon(
|
||||||
Icons.arrow_right_alt,
|
Icons.arrow_right_alt,
|
||||||
color: ColorsManager.grayColor,
|
color: ColorsManager.grayColor,
|
||||||
|
size: 13,
|
||||||
),
|
),
|
||||||
TimePickerWidget(
|
TimePickerWidget(
|
||||||
title: editingBookableSpace == null
|
title: editingBookableSpace?.spaceConfig?.bookingEndTime
|
||||||
? 'End Time'
|
?.format(context) ??
|
||||||
: editingBookableSpace!.spaceConfig!.bookingEndTime!
|
'End Time',
|
||||||
.format(context),
|
onTimePicked: (pickedEndTime) {
|
||||||
onTimePicked: (timePicked) {
|
if (pickedEndTime == null) return;
|
||||||
if (timePicked == null) {
|
|
||||||
|
if (state.startTime != null &&
|
||||||
|
isEndTimeAfterStartTime(
|
||||||
|
state.startTime!, pickedEndTime)) {
|
||||||
|
_showInvalidSnackBar(
|
||||||
|
context, "You can't choose End Time before Start Time");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
final setupBookableSpacesBloc =
|
|
||||||
context.read<SetupBookableSpacesBloc>();
|
|
||||||
if (setupBookableSpacesBloc.startTime != null &&
|
|
||||||
isEndTimeAfterStartTime(
|
|
||||||
setupBookableSpacesBloc.startTime!, timePicked)) {
|
|
||||||
ScaffoldMessenger.of(context).clearSnackBars();
|
|
||||||
ScaffoldMessenger.of(context).showSnackBar(const SnackBar(
|
|
||||||
content:
|
|
||||||
Text("You can't choose End Time After Start time"),
|
|
||||||
duration: Duration(seconds: 2),
|
|
||||||
backgroundColor: ColorsManager.red,
|
|
||||||
));
|
|
||||||
throw Exception();
|
|
||||||
} else {
|
|
||||||
for (int i = 0;
|
|
||||||
i <
|
|
||||||
setupBookableSpacesBloc
|
|
||||||
.selectedBookableSpaces.length;
|
|
||||||
i++) {
|
|
||||||
final space =
|
|
||||||
setupBookableSpacesBloc.selectedBookableSpaces[i];
|
|
||||||
final updatedConfig = space.spaceConfig
|
|
||||||
?.copyWith(bookingEndTime: timePicked);
|
|
||||||
final updatedSpace =
|
|
||||||
space.copyWith(spaceConfig: updatedConfig);
|
|
||||||
|
|
||||||
setupBookableSpacesBloc.selectedBookableSpaces[i] =
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
updatedSpace;
|
ChangeEndTimeEvent(endTime: pickedEndTime),
|
||||||
}
|
);
|
||||||
}
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
|
CheckConfigurValidityEvent(),
|
||||||
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
const SizedBox(width: 15),
|
||||||
Container(
|
Container(
|
||||||
width: 50,
|
width: 30,
|
||||||
height: 32,
|
height: 32,
|
||||||
|
alignment: Alignment.center,
|
||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
borderRadius: BorderRadius.only(
|
borderRadius: BorderRadius.only(
|
||||||
topLeft: Radius.circular(10),
|
topLeft: Radius.circular(10),
|
||||||
bottomLeft: Radius.circular(10),
|
bottomLeft: Radius.circular(10),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
alignment: Alignment.center,
|
|
||||||
child: SvgPicture.asset(
|
child: SvgPicture.asset(
|
||||||
Assets.clockIcon,
|
Assets.clockIcon,
|
||||||
height: 15,
|
height: 18,
|
||||||
color: ColorsManager.blackColor.withValues(alpha: 0.4),
|
color: ColorsManager.blackColor.withValues(alpha: 0.4),
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _showInvalidSnackBar(BuildContext context, String message) {
|
||||||
|
ScaffoldMessenger.of(context).clearSnackBars();
|
||||||
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
|
SnackBar(
|
||||||
|
content: Text(message),
|
||||||
|
duration: const Duration(seconds: 2),
|
||||||
|
backgroundColor: ColorsManager.red,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,16 +2,15 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/domain/models/bookable_space_model.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/domain/models/bookable_space_model.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/setup_bookable_spaces_bloc/setup_bookable_spaces_bloc.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/setup_bookable_spaces_bloc/setup_bookable_spaces_bloc.dart';
|
||||||
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/widgets/custom_checkbox_widget.dart';
|
||||||
import 'package:syncrow_web/utils/color_manager.dart';
|
import 'package:syncrow_web/utils/color_manager.dart';
|
||||||
|
|
||||||
class CheckBoxSpaceWidget extends StatelessWidget {
|
class CheckBoxSpaceWidget extends StatelessWidget {
|
||||||
final BookableSpacemodel nonBookableSpace;
|
final BookableSpacemodel nonBookableSpace;
|
||||||
final List<BookableSpacemodel> selectedSpaces;
|
|
||||||
|
|
||||||
const CheckBoxSpaceWidget({
|
const CheckBoxSpaceWidget({
|
||||||
super.key,
|
super.key,
|
||||||
required this.nonBookableSpace,
|
required this.nonBookableSpace,
|
||||||
required this.selectedSpaces,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@ -32,22 +31,25 @@ class CheckBoxSpaceWidget extends StatelessWidget {
|
|||||||
_ => false,
|
_ => false,
|
||||||
};
|
};
|
||||||
|
|
||||||
return Checkbox(
|
return CustomCheckboxWidget(
|
||||||
value: isChecked,
|
value: isChecked,
|
||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
final bloc = context.read<SetupBookableSpacesBloc>();
|
final bloc = context.read<SetupBookableSpacesBloc>();
|
||||||
|
|
||||||
if (value ?? false) {
|
if (value ?? false) {
|
||||||
bloc.add(AddToBookableSpaceEvent(
|
bloc.add(AddToBookableSpaceEvent(
|
||||||
nonBookableSpace: nonBookableSpace));
|
nonBookableSpace: nonBookableSpace,
|
||||||
|
));
|
||||||
} else {
|
} else {
|
||||||
bloc.add(RemoveFromBookableSpaceEvent(
|
bloc.add(RemoveFromBookableSpaceEvent(
|
||||||
bookableSpace: nonBookableSpace));
|
bookableSpace: nonBookableSpace,
|
||||||
|
));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
const SizedBox(width: 5),
|
const SizedBox(width: 15),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
@ -55,15 +57,17 @@ class CheckBoxSpaceWidget extends StatelessWidget {
|
|||||||
Text(
|
Text(
|
||||||
nonBookableSpace.spaceName,
|
nonBookableSpace.spaceName,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.w700,
|
||||||
color: ColorsManager.textGray,
|
fontSize: 12,
|
||||||
|
color: ColorsManager.titleGray,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
nonBookableSpace.spaceVirtualAddress,
|
nonBookableSpace.spaceVirtualAddress,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 12,
|
fontWeight: FontWeight.w400,
|
||||||
color: ColorsManager.textGray,
|
fontSize: 10,
|
||||||
|
color: ColorsManager.titleGray,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
@ -0,0 +1,53 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:syncrow_web/utils/color_manager.dart';
|
||||||
|
|
||||||
|
class CustomCheckboxWidget extends StatelessWidget {
|
||||||
|
final bool value;
|
||||||
|
final ValueChanged<bool?> onChanged;
|
||||||
|
final double? outHeight;
|
||||||
|
final double? outWidth;
|
||||||
|
final double? iconSize;
|
||||||
|
const CustomCheckboxWidget({
|
||||||
|
super.key,
|
||||||
|
required this.value,
|
||||||
|
required this.onChanged,
|
||||||
|
this.outWidth,
|
||||||
|
this.outHeight,
|
||||||
|
this.iconSize,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return GestureDetector(
|
||||||
|
onTap: () => onChanged(!value),
|
||||||
|
child: Container(
|
||||||
|
width: outWidth ?? 17,
|
||||||
|
height: outHeight ?? 17,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: value ? Colors.white : ColorsManager.checkBoxFillColor,
|
||||||
|
border: value
|
||||||
|
? Border.all(color: ColorsManager.secondaryColor, width: 1)
|
||||||
|
: Border.all(color: ColorsManager.checkBoxBorderGray, width: 1),
|
||||||
|
borderRadius: BorderRadius.circular(4),
|
||||||
|
),
|
||||||
|
child: value
|
||||||
|
? Center(
|
||||||
|
child: Container(
|
||||||
|
width: outWidth != null ? outWidth! - 4 : 13,
|
||||||
|
height: outHeight != null ? outHeight! - 4 : 13,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: ColorsManager.secondaryColor,
|
||||||
|
borderRadius: BorderRadius.circular(2),
|
||||||
|
),
|
||||||
|
child: const Icon(
|
||||||
|
Icons.check,
|
||||||
|
size: 12,
|
||||||
|
color: Colors.white,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
: null,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
@ -20,38 +20,53 @@ class EditBookableSpaceButtonWidget extends StatelessWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Center(
|
return Center(
|
||||||
child: ElevatedButton(
|
child: Container(
|
||||||
onPressed: () {
|
decoration: BoxDecoration(
|
||||||
final bookableBloc = context.read<BookableSpacesBloc>();
|
borderRadius: BorderRadius.circular(20),
|
||||||
|
boxShadow: [
|
||||||
showDialog(
|
BoxShadow(
|
||||||
context: context,
|
offset: Offset.zero,
|
||||||
builder: (context) => MultiBlocProvider(
|
blurRadius: 3,
|
||||||
providers: [
|
spreadRadius: 0,
|
||||||
BlocProvider.value(
|
color: ColorsManager.timePickerColor.withValues(
|
||||||
value: bookableBloc,
|
alpha: 0.3,
|
||||||
),
|
|
||||||
BlocProvider(
|
|
||||||
create: (context) => UpdateBookableSpacesBloc(
|
|
||||||
RemoteUpdateBookableSpaceService(HTTPService()),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
],
|
|
||||||
child: SetupBookableSpacesDialog(
|
|
||||||
editingBookableSpace: space,
|
|
||||||
),
|
),
|
||||||
),
|
)
|
||||||
);
|
],
|
||||||
},
|
|
||||||
style: ElevatedButton.styleFrom(
|
|
||||||
padding: EdgeInsets.zero,
|
|
||||||
fixedSize: const Size(50, 30),
|
|
||||||
elevation: 1,
|
|
||||||
),
|
),
|
||||||
child: SvgPicture.asset(
|
child: ElevatedButton(
|
||||||
Assets.settings,
|
onPressed: () {
|
||||||
height: 15,
|
final bookableBloc = context.read<BookableSpacesBloc>();
|
||||||
color: ColorsManager.blue1,
|
|
||||||
|
showDialog(
|
||||||
|
context: context,
|
||||||
|
builder: (context) => MultiBlocProvider(
|
||||||
|
providers: [
|
||||||
|
BlocProvider.value(
|
||||||
|
value: bookableBloc,
|
||||||
|
),
|
||||||
|
BlocProvider(
|
||||||
|
create: (context) => UpdateBookableSpacesBloc(
|
||||||
|
RemoteUpdateBookableSpaceService(HTTPService()),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
child: SetupBookableSpacesDialog(
|
||||||
|
editingBookableSpace: space,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
style: ElevatedButton.styleFrom(
|
||||||
|
padding: EdgeInsets.zero,
|
||||||
|
minimumSize: const Size(45, 30),
|
||||||
|
elevation: 0,
|
||||||
|
),
|
||||||
|
child: SvgPicture.asset(
|
||||||
|
Assets.settings,
|
||||||
|
height: 13,
|
||||||
|
color: ColorsManager.blue1,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
@ -66,11 +66,13 @@ class PaginationButtonsWidget extends StatelessWidget {
|
|||||||
height: 30,
|
height: 30,
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: i == currentPage
|
color: i == currentPage
|
||||||
? ColorsManager.dialogBlueTitle
|
? ColorsManager.dialogBlueTitle
|
||||||
: Colors.grey[300],
|
: ColorsManager.whiteColors,
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
),
|
border: Border.all(
|
||||||
|
color: ColorsManager.lightGrayBorderColor,
|
||||||
|
)),
|
||||||
child: Text(
|
child: Text(
|
||||||
'$i',
|
'$i',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@ -134,11 +136,15 @@ class PaginationButtonsWidget extends StatelessWidget {
|
|||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: onTap,
|
onTap: onTap,
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 8),
|
width: 30,
|
||||||
|
height: 30,
|
||||||
|
alignment: Alignment.center,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Colors.grey[300],
|
color: ColorsManager.whiteColors,
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
),
|
border: Border.all(
|
||||||
|
color: ColorsManager.lightGrayBorderColor,
|
||||||
|
)),
|
||||||
child: Text(
|
child: Text(
|
||||||
label,
|
label,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
|
@ -24,20 +24,37 @@ class RowOfButtonsTitleWidget extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
ElevatedButton(
|
Container(
|
||||||
style: ElevatedButton.styleFrom(
|
decoration: BoxDecoration(
|
||||||
padding: EdgeInsets.zero,
|
borderRadius: BorderRadius.circular(12),
|
||||||
shape: RoundedRectangleBorder(
|
boxShadow: [
|
||||||
borderRadius: BorderRadius.circular(12),
|
BoxShadow(
|
||||||
|
offset: Offset.zero,
|
||||||
|
blurRadius: 3,
|
||||||
|
spreadRadius: 0,
|
||||||
|
color: ColorsManager.timePickerColor.withValues(
|
||||||
|
alpha: 0.3,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
),
|
||||||
|
child: ElevatedButton(
|
||||||
|
style: ElevatedButton.styleFrom(
|
||||||
|
padding: EdgeInsets.zero,
|
||||||
|
minimumSize: const Size(50, 40),
|
||||||
|
elevation: 0,
|
||||||
|
shape: RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
child: SvgPicture.asset(
|
||||||
child: SvgPicture.asset(
|
Assets.backButtonIcon,
|
||||||
Assets.backButtonIcon,
|
height: 15,
|
||||||
height: 15,
|
),
|
||||||
),
|
onPressed: () {
|
||||||
onPressed: () {
|
pageController.jumpToPage(1);
|
||||||
pageController.jumpToPage(1);
|
}),
|
||||||
}),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
width: 10,
|
width: 10,
|
||||||
),
|
),
|
||||||
|
@ -1,32 +1,42 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
import 'package:go_router/go_router.dart';
|
import 'package:go_router/go_router.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/domain/models/bookable_space_model.dart';
|
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/setup_bookable_spaces_bloc/setup_bookable_spaces_bloc.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/setup_bookable_spaces_bloc/setup_bookable_spaces_bloc.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/steps_cubit/cubit/steps_cubit.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/steps_cubit/cubit/steps_cubit.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/widgets/buttons_divider_bottom_dialog_widget.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/widgets/buttons_divider_bottom_dialog_widget.dart';
|
||||||
|
|
||||||
class NextFirstStepButton extends StatelessWidget {
|
class NextFirstStepButton extends StatelessWidget {
|
||||||
final List<BookableSpacemodel> selectedSpaces;
|
|
||||||
|
|
||||||
const NextFirstStepButton({
|
const NextFirstStepButton({
|
||||||
super.key,
|
super.key,
|
||||||
required this.selectedSpaces,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return ButtonsDividerBottomDialogWidget(
|
return BlocBuilder<SetupBookableSpacesBloc, SetupBookableSpacesState>(
|
||||||
title: 'Next',
|
builder: (context, state) {
|
||||||
onNextPressed: selectedSpaces.isEmpty
|
return switch (state) {
|
||||||
? null
|
SetupBookableSpacesInitial() => ButtonsDividerBottomDialogWidget(
|
||||||
: () {
|
title: 'Next',
|
||||||
context.read<StepsCubit>().goToNextStep();
|
onNextPressed: null,
|
||||||
context
|
onCancelPressed: () => context.pop(),
|
||||||
.read<SetupBookableSpacesBloc>()
|
),
|
||||||
.add(CheckConfigurValidityEvent());
|
AddNonBookableSpaceIntoBookableState(:final bookableSpaces) ||
|
||||||
},
|
RemoveBookableSpaceIntoNonBookableState(:final bookableSpaces) =>
|
||||||
onCancelPressed: () => context.pop(),
|
ButtonsDividerBottomDialogWidget(
|
||||||
|
title: 'Next',
|
||||||
|
onNextPressed: bookableSpaces.isEmpty
|
||||||
|
? null
|
||||||
|
: () {
|
||||||
|
context.read<StepsCubit>().goToNextStep();
|
||||||
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
|
CheckConfigurValidityEvent(),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
onCancelPressed: () => context.pop(),
|
||||||
|
),
|
||||||
|
_ => const SizedBox(),
|
||||||
|
};
|
||||||
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,14 +9,14 @@ import 'package:syncrow_web/utils/color_manager.dart';
|
|||||||
|
|
||||||
class PointsPartWidget extends StatefulWidget {
|
class PointsPartWidget extends StatefulWidget {
|
||||||
final BookableSpacemodel? editingBookableSpace;
|
final BookableSpacemodel? editingBookableSpace;
|
||||||
|
final TextEditingController pointsController;
|
||||||
|
|
||||||
const PointsPartWidget({
|
const PointsPartWidget({
|
||||||
super.key,
|
super.key,
|
||||||
required this.pointsController,
|
required this.pointsController,
|
||||||
this.editingBookableSpace,
|
this.editingBookableSpace,
|
||||||
});
|
});
|
||||||
|
|
||||||
final TextEditingController pointsController;
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
State<PointsPartWidget> createState() => _PointsPartWidgetState();
|
State<PointsPartWidget> createState() => _PointsPartWidgetState();
|
||||||
}
|
}
|
||||||
@ -24,26 +24,28 @@ class PointsPartWidget extends StatefulWidget {
|
|||||||
class _PointsPartWidgetState extends State<PointsPartWidget> {
|
class _PointsPartWidgetState extends State<PointsPartWidget> {
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
|
||||||
if (widget.editingBookableSpace != null) {
|
if (widget.editingBookableSpace != null) {
|
||||||
widget.pointsController.text =
|
widget.pointsController.text =
|
||||||
widget.editingBookableSpace!.spaceConfig!.cost.toString();
|
widget.editingBookableSpace!.spaceConfig!.cost.toString();
|
||||||
}
|
}
|
||||||
super.initState();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return BlocBuilder<TogglePointsSwitchCubit, TogglePointsSwitchState>(
|
return BlocBuilder<TogglePointsSwitchCubit, TogglePointsSwitchState>(
|
||||||
builder: (context, state) {
|
builder: (context, switchState) {
|
||||||
|
final isSwitchOn = switchState is ActivatePointsSwitch;
|
||||||
|
|
||||||
return Column(
|
return Column(
|
||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
|
||||||
children: [
|
children: [
|
||||||
if (state is ActivatePointsSwitch)
|
if (isSwitchOn)
|
||||||
Text(
|
Text(
|
||||||
'* ',
|
'* ',
|
||||||
style: Theme.of(context)
|
style: Theme.of(context)
|
||||||
@ -52,87 +54,62 @@ class _PointsPartWidgetState extends State<PointsPartWidget> {
|
|||||||
.copyWith(color: Colors.red),
|
.copyWith(color: Colors.red),
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
const SizedBox(
|
const SizedBox(width: 11),
|
||||||
width: 11,
|
|
||||||
),
|
|
||||||
const Text('Points/hrs'),
|
const Text('Points/hrs'),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Transform.scale(
|
Transform.scale(
|
||||||
scale: 0.7,
|
scale: 0.7,
|
||||||
child: Switch(
|
child: Switch(
|
||||||
trackOutlineColor: WidgetStateProperty.resolveWith<Color>(
|
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
|
||||||
(Set<WidgetState> states) {
|
trackOutlineColor:
|
||||||
return ColorsManager.whiteColors;
|
WidgetStateProperty.all(ColorsManager.whiteColors),
|
||||||
}),
|
activeTrackColor: ColorsManager.dialogBlueTitle,
|
||||||
activeTrackColor: ColorsManager.blueColor,
|
inactiveTrackColor: ColorsManager.lightGrayBorderColor,
|
||||||
inactiveTrackColor: ColorsManager.grayBorder,
|
thumbColor:
|
||||||
thumbColor: WidgetStateProperty.resolveWith<Color>(
|
WidgetStateProperty.all(ColorsManager.whiteColors),
|
||||||
(Set<WidgetState> states) {
|
value: isSwitchOn,
|
||||||
return ColorsManager.whiteColors;
|
|
||||||
}),
|
|
||||||
value: state is ActivatePointsSwitch,
|
|
||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
|
final toggleCubit =
|
||||||
|
context.read<TogglePointsSwitchCubit>();
|
||||||
final bloc = context.read<SetupBookableSpacesBloc>();
|
final bloc = context.read<SetupBookableSpacesBloc>();
|
||||||
|
|
||||||
final updatedCost = value ? -1 : 0;
|
final updatedCost = value ? -1 : 0;
|
||||||
|
|
||||||
final switchCubit =
|
|
||||||
context.read<TogglePointsSwitchCubit>();
|
|
||||||
if (value) {
|
if (value) {
|
||||||
switchCubit.activateSwitch();
|
toggleCubit.activateSwitch();
|
||||||
} else {
|
} else {
|
||||||
switchCubit.unActivateSwitch();
|
toggleCubit.unActivateSwitch();
|
||||||
widget.pointsController.clear();
|
widget.pointsController.clear();
|
||||||
}
|
}
|
||||||
|
bloc.add(ChangeCostEvent(cost: updatedCost));
|
||||||
for (int i = 0;
|
|
||||||
i < bloc.selectedBookableSpaces.length;
|
|
||||||
i++) {
|
|
||||||
final space = bloc.selectedBookableSpaces[i];
|
|
||||||
final updatedConfig =
|
|
||||||
space.spaceConfig?.copyWith(cost: updatedCost);
|
|
||||||
final updatedSpace =
|
|
||||||
space.copyWith(spaceConfig: updatedConfig);
|
|
||||||
|
|
||||||
bloc.selectedBookableSpaces[i] = updatedSpace;
|
|
||||||
}
|
|
||||||
|
|
||||||
bloc.add(CheckConfigurValidityEvent());
|
bloc.add(CheckConfigurValidityEvent());
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(height: 5),
|
||||||
height: 5,
|
if (isSwitchOn)
|
||||||
),
|
|
||||||
if (state is ActivatePointsSwitch)
|
|
||||||
SearchUnbookableSpacesWidget(
|
SearchUnbookableSpacesWidget(
|
||||||
title: 'Ex: 0',
|
title: 'Ex: 0',
|
||||||
height: 40,
|
topPadding: 0,
|
||||||
onChanged: (p0) {
|
blur: 1,
|
||||||
|
raduis: 10,
|
||||||
|
height: 34,
|
||||||
|
controller: widget.pointsController,
|
||||||
|
suffix: const SizedBox(),
|
||||||
|
inputFormatters: [FilteringTextInputFormatter.digitsOnly],
|
||||||
|
onChanged: (_) {
|
||||||
final updatedCost =
|
final updatedCost =
|
||||||
int.tryParse(widget.pointsController.text) ?? 0;
|
int.tryParse(widget.pointsController.text) ?? 0;
|
||||||
|
|
||||||
final bloc = context.read<SetupBookableSpacesBloc>();
|
|
||||||
|
|
||||||
for (var i = 0; i < bloc.selectedBookableSpaces.length; i++) {
|
|
||||||
final space = bloc.selectedBookableSpaces[i];
|
|
||||||
final updatedConfig =
|
|
||||||
space.spaceConfig?.copyWith(cost: updatedCost);
|
|
||||||
final updatedSpace =
|
|
||||||
space.copyWith(spaceConfig: updatedConfig);
|
|
||||||
|
|
||||||
bloc.selectedBookableSpaces[i] = updatedSpace;
|
|
||||||
}
|
|
||||||
|
|
||||||
context
|
context
|
||||||
.read<SetupBookableSpacesBloc>()
|
.read<SetupBookableSpacesBloc>()
|
||||||
.add(CheckConfigurValidityEvent());
|
.add(ChangeCostEvent(cost: updatedCost));
|
||||||
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
|
CheckConfigurValidityEvent(),
|
||||||
|
);
|
||||||
},
|
},
|
||||||
controller: widget.pointsController,
|
|
||||||
inputFormatters: [FilteringTextInputFormatter.digitsOnly],
|
|
||||||
suffix: const SizedBox(),
|
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
const SizedBox(),
|
const SizedBox(),
|
||||||
|
@ -10,68 +10,68 @@ import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/prese
|
|||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/widgets/buttons_divider_bottom_dialog_widget.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/widgets/buttons_divider_bottom_dialog_widget.dart';
|
||||||
|
|
||||||
class SaveSecondStepButton extends StatelessWidget {
|
class SaveSecondStepButton extends StatelessWidget {
|
||||||
final List<BookableSpacemodel> selectedSpaces;
|
|
||||||
final TextEditingController pointsController;
|
final TextEditingController pointsController;
|
||||||
final bool isEditingMode;
|
final bool isEditingMode;
|
||||||
|
final List<BookableSpacemodel> bookableSpaces;
|
||||||
|
|
||||||
const SaveSecondStepButton({
|
const SaveSecondStepButton({
|
||||||
super.key,
|
super.key,
|
||||||
required this.selectedSpaces,
|
|
||||||
required this.pointsController,
|
required this.pointsController,
|
||||||
required this.isEditingMode,
|
required this.isEditingMode,
|
||||||
|
required this.bookableSpaces,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return BlocConsumer<SendBookableSpacesBloc, SendBookableSpacesState>(
|
return BlocListener<SendBookableSpacesBloc, SendBookableSpacesState>(
|
||||||
listener: (context, state) {
|
listener: (context, state) {
|
||||||
if (state is SendBookableSpacesSuccess) {
|
if (state is SendBookableSpacesSuccess) {
|
||||||
context.read<NonBookableSpacesBloc>().add(CallInitStateEvent());
|
context.read<NonBookableSpacesBloc>().add(CallInitStateEvent());
|
||||||
} else if (state is SendBookableSpacesError) {
|
} else if (state is SendBookableSpacesError) {
|
||||||
ScaffoldMessenger.of(context).showSnackBar(
|
ScaffoldMessenger.of(context).showSnackBar(
|
||||||
SnackBar(
|
SnackBar(content: Text(state.error)),
|
||||||
content: Text(state.error),
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
builder: (context, state) {
|
child: BlocBuilder<SetupBookableSpacesBloc, SetupBookableSpacesState>(
|
||||||
return ButtonsDividerBottomDialogWidget(
|
builder: (context, state) {
|
||||||
title: 'Save',
|
return ButtonsDividerBottomDialogWidget(
|
||||||
onNextPressed: state is UnValidSaveButtonState
|
title: 'Save',
|
||||||
? null
|
onNextPressed: state is UnValidSaveButtonState
|
||||||
: () {
|
? null
|
||||||
if (selectedSpaces.any(
|
: () {
|
||||||
(element) => element.isValid,
|
if (bookableSpaces.any((e) => e.isValid)) {
|
||||||
)) {
|
if (isEditingMode) {
|
||||||
isEditingMode
|
callEditLogic(context);
|
||||||
? callEditLogic(context)
|
} else {
|
||||||
: context.read<SendBookableSpacesBloc>().add(
|
context.read<SendBookableSpacesBloc>().add(
|
||||||
SendBookableSpacesToApi(
|
SendBookableSpacesToApi(
|
||||||
selectedBookableSpaces: context
|
selectedBookableSpaces: bookableSpaces,
|
||||||
.read<SetupBookableSpacesBloc>()
|
),
|
||||||
.selectedBookableSpaces),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
onCancelPressed: () => context.pop(),
|
},
|
||||||
);
|
onCancelPressed: () => context.pop(),
|
||||||
},
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
void callEditLogic(BuildContext context) {
|
void callEditLogic(BuildContext context) {
|
||||||
context.read<UpdateBookableSpacesBloc>().add(
|
print(bookableSpaces.first.spaceConfig!.cost);
|
||||||
UpdateBookableSpace(
|
if (bookableSpaces.isNotEmpty) {
|
||||||
onSuccess: () =>
|
context.read<UpdateBookableSpacesBloc>().add(
|
||||||
context.read<NonBookableSpacesBloc>().add(CallInitStateEvent()),
|
UpdateBookableSpace(
|
||||||
updatedParam: UpdateBookableSpaceParam.fromBookableModel(
|
onSuccess: () => context
|
||||||
context
|
.read<NonBookableSpacesBloc>()
|
||||||
.read<SetupBookableSpacesBloc>()
|
.add(CallInitStateEvent()),
|
||||||
.selectedBookableSpaces
|
updatedParam: UpdateBookableSpaceParam.fromBookableModel(
|
||||||
.first,
|
bookableSpaces.first,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
);
|
||||||
);
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,22 +1,30 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
|
import 'package:flutter_svg/svg.dart';
|
||||||
import 'package:syncrow_web/utils/color_manager.dart';
|
import 'package:syncrow_web/utils/color_manager.dart';
|
||||||
|
import 'package:syncrow_web/utils/constants/assets.dart';
|
||||||
|
|
||||||
class SearchUnbookableSpacesWidget extends StatelessWidget {
|
class SearchUnbookableSpacesWidget extends StatelessWidget {
|
||||||
final String title;
|
final String title;
|
||||||
final Widget? suffix;
|
final Widget? suffix;
|
||||||
final double? height;
|
final double? height;
|
||||||
final double? width;
|
final double? width;
|
||||||
|
final double? blur;
|
||||||
|
final double? raduis;
|
||||||
|
final double? topPadding;
|
||||||
final TextEditingController? controller;
|
final TextEditingController? controller;
|
||||||
final List<TextInputFormatter>? inputFormatters;
|
final List<TextInputFormatter>? inputFormatters;
|
||||||
final void Function(String)? onChanged;
|
final void Function(String)? onChanged;
|
||||||
const SearchUnbookableSpacesWidget({
|
const SearchUnbookableSpacesWidget({
|
||||||
required this.title,
|
required this.title,
|
||||||
this.controller,
|
this.controller,
|
||||||
|
this.blur,
|
||||||
this.onChanged,
|
this.onChanged,
|
||||||
this.suffix,
|
this.suffix,
|
||||||
this.height,
|
this.height,
|
||||||
this.width,
|
this.width,
|
||||||
|
this.topPadding,
|
||||||
|
this.raduis,
|
||||||
this.inputFormatters,
|
this.inputFormatters,
|
||||||
super.key,
|
super.key,
|
||||||
});
|
});
|
||||||
@ -25,16 +33,18 @@ class SearchUnbookableSpacesWidget extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
width: width ?? 480,
|
width: width ?? 480,
|
||||||
height: height ?? 30,
|
height: height ?? 40,
|
||||||
padding: const EdgeInsets.only(top: 4),
|
padding: const EdgeInsets.only(top: 4),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: ColorsManager.whiteColors,
|
color: ColorsManager.whiteColors,
|
||||||
borderRadius: BorderRadius.circular(12),
|
borderRadius: BorderRadius.circular(raduis ?? 15),
|
||||||
boxShadow: const [
|
boxShadow: [
|
||||||
BoxShadow(
|
BoxShadow(
|
||||||
color: ColorsManager.shadowOfSearchTextfield,
|
color:
|
||||||
offset: Offset(0, 4),
|
ColorsManager.shadowOfSearchTextfield.withValues(alpha: 0.15),
|
||||||
blurRadius: 5,
|
offset: Offset.zero,
|
||||||
|
blurRadius: blur ?? 5,
|
||||||
|
spreadRadius: 0,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
@ -43,14 +53,21 @@ class SearchUnbookableSpacesWidget extends StatelessWidget {
|
|||||||
inputFormatters: inputFormatters,
|
inputFormatters: inputFormatters,
|
||||||
onChanged: onChanged,
|
onChanged: onChanged,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
contentPadding:
|
contentPadding: EdgeInsets.symmetric(
|
||||||
const EdgeInsets.symmetric(vertical: 5, horizontal: 15),
|
vertical: topPadding ?? 5,
|
||||||
|
horizontal: 15,
|
||||||
|
),
|
||||||
hintText: title,
|
hintText: title,
|
||||||
hintStyle: const TextStyle(color: ColorsManager.hintTextGrey),
|
hintStyle: const TextStyle(color: ColorsManager.hintTextGrey),
|
||||||
border: InputBorder.none,
|
border: InputBorder.none,
|
||||||
suffixIcon: suffix ??
|
suffixIcon: Padding(
|
||||||
const Icon(Icons.search,
|
padding: const EdgeInsets.all(10),
|
||||||
size: 20, color: ColorsManager.hintTextGrey),
|
child: suffix ??
|
||||||
|
SvgPicture.asset(
|
||||||
|
Assets.searchIcon,
|
||||||
|
height: 12,
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
@ -26,7 +26,7 @@ class StepTwoDetailsWidget extends StatelessWidget {
|
|||||||
editingBookableSpace: editingBookableSpace,
|
editingBookableSpace: editingBookableSpace,
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 20,
|
height: 30,
|
||||||
),
|
),
|
||||||
BookingPeriodWidget(
|
BookingPeriodWidget(
|
||||||
editingBookableSpace: editingBookableSpace,
|
editingBookableSpace: editingBookableSpace,
|
||||||
|
@ -26,7 +26,7 @@ class StepperPartWidget extends StatelessWidget {
|
|||||||
Container(
|
Container(
|
||||||
padding: const EdgeInsets.only(left: 3),
|
padding: const EdgeInsets.only(left: 3),
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
height: 50,
|
height: 40,
|
||||||
child: const VerticalDivider(
|
child: const VerticalDivider(
|
||||||
width: 8,
|
width: 8,
|
||||||
)),
|
)),
|
||||||
@ -59,7 +59,7 @@ class StepperPartWidget extends StatelessWidget {
|
|||||||
Container(
|
Container(
|
||||||
padding: const EdgeInsets.only(left: 3),
|
padding: const EdgeInsets.only(left: 3),
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
height: 50,
|
height: 40,
|
||||||
child: const VerticalDivider(
|
child: const VerticalDivider(
|
||||||
width: 8,
|
width: 8,
|
||||||
)),
|
)),
|
||||||
|
@ -12,7 +12,7 @@ class TimePickerWidget extends StatefulWidget {
|
|||||||
required this.onTimePicked,
|
required this.onTimePicked,
|
||||||
required this.title,
|
required this.title,
|
||||||
});
|
});
|
||||||
late SetupBookableSpacesBloc setupBookableSpacesBloc;
|
late final SetupBookableSpacesBloc setupBookableSpacesBloc;
|
||||||
final void Function(TimeOfDay? timePicked) onTimePicked;
|
final void Function(TimeOfDay? timePicked) onTimePicked;
|
||||||
@override
|
@override
|
||||||
State<TimePickerWidget> createState() => _TimePickerWidgetState();
|
State<TimePickerWidget> createState() => _TimePickerWidgetState();
|
||||||
@ -47,13 +47,17 @@ class _TimePickerWidgetState extends State<TimePickerWidget> {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (tempTime == null) return;
|
||||||
|
|
||||||
widget.onTimePicked(tempTime);
|
widget.onTimePicked(tempTime);
|
||||||
timePicked = tempTime;
|
timePicked = tempTime;
|
||||||
|
|
||||||
widget.setupBookableSpacesBloc.add(CheckConfigurValidityEvent());
|
widget.setupBookableSpacesBloc.add(CheckConfigurValidityEvent());
|
||||||
|
|
||||||
setState(() {});
|
setState(() {});
|
||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
width: 100,
|
|
||||||
height: 32,
|
height: 32,
|
||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
borderRadius: BorderRadius.only(
|
borderRadius: BorderRadius.only(
|
||||||
|
@ -36,9 +36,7 @@ class UnbookableListWidget extends StatelessWidget {
|
|||||||
if (index < nonBookableSpaces.data.length) {
|
if (index < nonBookableSpaces.data.length) {
|
||||||
return CheckBoxSpaceWidget(
|
return CheckBoxSpaceWidget(
|
||||||
nonBookableSpace: nonBookableSpaces.data[index],
|
nonBookableSpace: nonBookableSpaces.data[index],
|
||||||
selectedSpaces: context
|
|
||||||
.read<SetupBookableSpacesBloc>()
|
|
||||||
.selectedBookableSpaces,
|
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return const Padding(
|
return const Padding(
|
||||||
|
@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/domain/models/bookable_space_model.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/domain/models/bookable_space_model.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/setup_bookable_spaces_bloc/setup_bookable_spaces_bloc.dart';
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/blocs/setup_bookable_spaces_bloc/setup_bookable_spaces_bloc.dart';
|
||||||
|
import 'package:syncrow_web/pages/access_management/manage_bookable_spaces/presentation/widgets/custom_checkbox_widget.dart';
|
||||||
|
|
||||||
class WeekDaysCheckboxRow extends StatefulWidget {
|
class WeekDaysCheckboxRow extends StatefulWidget {
|
||||||
final BookableSpacemodel? editingBookableSpace;
|
final BookableSpacemodel? editingBookableSpace;
|
||||||
@ -24,6 +25,7 @@ class _WeekDaysCheckboxRowState extends State<WeekDaysCheckboxRow> {
|
|||||||
'Sat': false,
|
'Sat': false,
|
||||||
'Sun': false,
|
'Sun': false,
|
||||||
};
|
};
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
@ -40,52 +42,66 @@ class _WeekDaysCheckboxRowState extends State<WeekDaysCheckboxRow> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Row(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: _daysChecked.entries.map((entry) {
|
children: [
|
||||||
return Expanded(
|
Row(
|
||||||
child: Row(
|
children: [
|
||||||
children: [
|
Text(
|
||||||
Expanded(
|
'* ',
|
||||||
child: Checkbox(
|
style: Theme.of(context)
|
||||||
value: entry.value,
|
.textTheme
|
||||||
onChanged: (newValue) {
|
.bodyMedium!
|
||||||
setState(() {
|
.copyWith(color: Colors.red),
|
||||||
_daysChecked[entry.key] = newValue ?? false;
|
),
|
||||||
});
|
const Text('Days'),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
const SizedBox(height: 20),
|
||||||
|
Row(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
children: _daysChecked.entries.map((entry) {
|
||||||
|
return Expanded(
|
||||||
|
child: Row(
|
||||||
|
children: [
|
||||||
|
CustomCheckboxWidget(
|
||||||
|
outHeight: 16,
|
||||||
|
outWidth: 16,
|
||||||
|
value: entry.value,
|
||||||
|
onChanged: (newValue) {
|
||||||
|
setState(() {
|
||||||
|
_daysChecked[entry.key] = newValue ?? false;
|
||||||
|
});
|
||||||
|
|
||||||
final selectedDays = _daysChecked.entries
|
final selectedDays = _daysChecked.entries
|
||||||
.where((e) => e.value)
|
.where((e) => e.value)
|
||||||
.map((e) => e.key)
|
.map((e) => e.key)
|
||||||
.toList();
|
.toList();
|
||||||
|
|
||||||
final bloc = context.read<SetupBookableSpacesBloc>();
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
|
AddBookableDaysEvent(bookableDays: selectedDays),
|
||||||
for (int i = 0;
|
);
|
||||||
i < bloc.selectedBookableSpaces.length;
|
context.read<SetupBookableSpacesBloc>().add(
|
||||||
i++) {
|
CheckConfigurValidityEvent(),
|
||||||
final space = bloc.selectedBookableSpaces[i];
|
);
|
||||||
final updatedConfig = space.spaceConfig
|
},
|
||||||
?.copyWith(bookableDays: selectedDays);
|
),
|
||||||
final updatedSpace =
|
const SizedBox(width: 8),
|
||||||
space.copyWith(spaceConfig: updatedConfig);
|
Expanded(
|
||||||
|
child: Text(
|
||||||
bloc.selectedBookableSpaces[i] = updatedSpace;
|
entry.key,
|
||||||
}
|
style: const TextStyle(
|
||||||
|
fontSize: 13,
|
||||||
bloc.add(CheckConfigurValidityEvent());
|
fontWeight: FontWeight.w400,
|
||||||
},
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
Expanded(
|
);
|
||||||
child: Text(
|
}).toList(),
|
||||||
entry.key,
|
),
|
||||||
style: const TextStyle(fontSize: 10),
|
],
|
||||||
)),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
);
|
|
||||||
}).toList(),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@ import 'package:syncrow_web/pages/device_managment/garage_door/bloc/garage_door_
|
|||||||
import 'package:syncrow_web/pages/device_managment/garage_door/helper/garage_door_helper.dart';
|
import 'package:syncrow_web/pages/device_managment/garage_door/helper/garage_door_helper.dart';
|
||||||
import 'package:syncrow_web/pages/device_managment/garage_door/models/garage_door_model.dart';
|
import 'package:syncrow_web/pages/device_managment/garage_door/models/garage_door_model.dart';
|
||||||
import 'package:syncrow_web/pages/device_managment/garage_door/schedule_view/schedule_garage_view.dart';
|
import 'package:syncrow_web/pages/device_managment/garage_door/schedule_view/schedule_garage_view.dart';
|
||||||
|
import 'package:syncrow_web/pages/device_managment/schedule_device/schedule_widgets/schedual_view.dart';
|
||||||
import 'package:syncrow_web/pages/device_managment/shared/icon_name_status_container.dart';
|
import 'package:syncrow_web/pages/device_managment/shared/icon_name_status_container.dart';
|
||||||
import 'package:syncrow_web/pages/device_managment/shared/table/report_table.dart';
|
import 'package:syncrow_web/pages/device_managment/shared/table/report_table.dart';
|
||||||
import 'package:syncrow_web/pages/device_managment/shared/toggle_widget.dart';
|
import 'package:syncrow_web/pages/device_managment/shared/toggle_widget.dart';
|
||||||
@ -94,11 +95,18 @@ class GarageDoorControlView extends StatelessWidget
|
|||||||
FetchGarageDoorSchedulesEvent(
|
FetchGarageDoorSchedulesEvent(
|
||||||
deviceId: deviceId, category: 'doorcontact_state'),
|
deviceId: deviceId, category: 'doorcontact_state'),
|
||||||
);
|
);
|
||||||
showDialog(
|
|
||||||
|
showDialog<void>(
|
||||||
context: context,
|
context: context,
|
||||||
builder: (ctx) => BlocProvider.value(
|
builder: (ctx) => BlocProvider.value(
|
||||||
value: BlocProvider.of<GarageDoorBloc>(context),
|
value: BlocProvider.of<GarageDoorBloc>(context),
|
||||||
child: BuildGarageDoorScheduleView(status: status),
|
child: BuildScheduleView(
|
||||||
|
deviceUuid: deviceId,
|
||||||
|
category: 'Timer',
|
||||||
|
code: 'doorcontact_state',
|
||||||
|
countdownCode: 'Timer',
|
||||||
|
deviceType: 'GD',
|
||||||
|
),
|
||||||
));
|
));
|
||||||
},
|
},
|
||||||
name: 'Scheduling',
|
name: 'Scheduling',
|
||||||
|
@ -287,7 +287,8 @@ class ScheduleBloc extends Bloc<ScheduleEvent, ScheduleState> {
|
|||||||
try {
|
try {
|
||||||
if (state is ScheduleLoaded) {
|
if (state is ScheduleLoaded) {
|
||||||
Status status = Status(code: '', value: '');
|
Status status = Status(code: '', value: '');
|
||||||
if (event.deviceType == 'CUR_2') {
|
if (event.deviceType == 'CUR_2' ||
|
||||||
|
event.deviceType == 'GD' ) {
|
||||||
status = status.copyWith(
|
status = status.copyWith(
|
||||||
code: 'control',
|
code: 'control',
|
||||||
value: event.functionOn == true ? 'open' : 'close');
|
value: event.functionOn == true ? 'open' : 'close');
|
||||||
|
@ -69,7 +69,7 @@ class CountdownModeButtons extends StatelessWidget {
|
|||||||
countDownCode: countDownCode),
|
countDownCode: countDownCode),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
backgroundColor: ColorsManager.primaryColorWithOpacity,
|
backgroundColor: ColorsManager.secondaryColor,
|
||||||
child: const Text('Save'),
|
child: const Text('Save'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -63,7 +63,7 @@ class InchingModeButtons extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
backgroundColor: ColorsManager.primaryColor,
|
backgroundColor: ColorsManager.secondaryColor,
|
||||||
child: const Text('Save'),
|
child: const Text('Save'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -31,11 +31,12 @@ class BuildScheduleView extends StatelessWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return BlocProvider(
|
return BlocProvider(
|
||||||
create: (_) => ScheduleBloc(deviceId: deviceUuid,)
|
create: (_) => ScheduleBloc(
|
||||||
|
deviceId: deviceUuid,
|
||||||
|
)
|
||||||
..add(ScheduleGetEvent(category: category))
|
..add(ScheduleGetEvent(category: category))
|
||||||
..add(ScheduleFetchStatusEvent(
|
..add(ScheduleFetchStatusEvent(
|
||||||
deviceId: deviceUuid,
|
deviceId: deviceUuid, countdownCode: countdownCode ?? '')),
|
||||||
countdownCode: countdownCode ?? '')),
|
|
||||||
child: Dialog(
|
child: Dialog(
|
||||||
backgroundColor: Colors.white,
|
backgroundColor: Colors.white,
|
||||||
insetPadding: const EdgeInsets.all(20),
|
insetPadding: const EdgeInsets.all(20),
|
||||||
@ -56,7 +57,7 @@ class BuildScheduleView extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
const ScheduleHeader(),
|
const ScheduleHeader(),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
if (deviceType == 'CUR_2')
|
if (deviceType == 'CUR_2' || deviceType == 'GD')
|
||||||
const SizedBox()
|
const SizedBox()
|
||||||
else
|
else
|
||||||
ScheduleModeSelector(
|
ScheduleModeSelector(
|
||||||
@ -76,8 +77,7 @@ class BuildScheduleView extends StatelessWidget {
|
|||||||
category: category,
|
category: category,
|
||||||
time: '',
|
time: '',
|
||||||
function: Status(
|
function: Status(
|
||||||
code: code.toString(),
|
code: code.toString(), value: true),
|
||||||
value: true),
|
|
||||||
days: [],
|
days: [],
|
||||||
),
|
),
|
||||||
isEdit: false,
|
isEdit: false,
|
||||||
@ -96,7 +96,7 @@ class BuildScheduleView extends StatelessWidget {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
if (deviceType != 'CUR_2')
|
if (deviceType != 'CUR_2'|| deviceType != 'GD')
|
||||||
if (state.scheduleMode == ScheduleModes.countdown ||
|
if (state.scheduleMode == ScheduleModes.countdown ||
|
||||||
state.scheduleMode == ScheduleModes.inching)
|
state.scheduleMode == ScheduleModes.inching)
|
||||||
CountdownInchingView(
|
CountdownInchingView(
|
||||||
|
@ -24,12 +24,13 @@ class ScheduleManagementUI extends StatelessWidget {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 170,
|
width: 177,
|
||||||
height: 40,
|
height: 40,
|
||||||
child: DefaultButton(
|
child: DefaultButton(
|
||||||
borderColor: ColorsManager.grayColor.withOpacity(0.5),
|
borderWidth: 4,
|
||||||
padding: 2,
|
borderColor: ColorsManager.neutralGray,
|
||||||
backgroundColor: ColorsManager.graysColor,
|
padding: 8,
|
||||||
|
backgroundColor: ColorsManager.textFieldGreyColor,
|
||||||
borderRadius: 15,
|
borderRadius: 15,
|
||||||
onPressed: onAddSchedule,
|
onPressed: onAddSchedule,
|
||||||
child: Row(
|
child: Row(
|
||||||
|
@ -39,7 +39,7 @@ class ScheduleModeButtons extends StatelessWidget {
|
|||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
height: 40,
|
height: 40,
|
||||||
onPressed: onSave,
|
onPressed: onSave,
|
||||||
backgroundColor: ColorsManager.primaryColorWithOpacity,
|
backgroundColor: ColorsManager.secondaryColor,
|
||||||
child: const Text('Save'),
|
child: const Text('Save'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -194,7 +194,7 @@ class _ScheduleTableView extends StatelessWidget {
|
|||||||
child: Text(_getSelectedDays(
|
child: Text(_getSelectedDays(
|
||||||
ScheduleModel.parseSelectedDays(schedule.days)))),
|
ScheduleModel.parseSelectedDays(schedule.days)))),
|
||||||
Center(child: Text(formatIsoStringToTime(schedule.time, context))),
|
Center(child: Text(formatIsoStringToTime(schedule.time, context))),
|
||||||
if (deviceType == 'CUR_2')
|
if (deviceType == 'CUR_2' || deviceType == 'GD')
|
||||||
Center(
|
Center(
|
||||||
child: Text(schedule.function.value == true ? 'open' : 'close'))
|
child: Text(schedule.function.value == true ? 'open' : 'close'))
|
||||||
else
|
else
|
||||||
|
@ -23,7 +23,7 @@ class ScheduleDialogHelper {
|
|||||||
required String deviceType,
|
required String deviceType,
|
||||||
}) {
|
}) {
|
||||||
bool temp;
|
bool temp;
|
||||||
if (deviceType == 'CUR_2') {
|
if (deviceType == 'CUR_2' || deviceType == 'GD') {
|
||||||
temp = schedule!.function.value == 'open' ? true : false;
|
temp = schedule!.function.value == 'open' ? true : false;
|
||||||
} else {
|
} else {
|
||||||
temp = schedule!.function.value;
|
temp = schedule!.function.value;
|
||||||
@ -116,7 +116,7 @@ class ScheduleDialogHelper {
|
|||||||
ScheduleModeButtons(
|
ScheduleModeButtons(
|
||||||
onSave: () {
|
onSave: () {
|
||||||
dynamic temp;
|
dynamic temp;
|
||||||
if (deviceType == 'CUR_2') {
|
if (deviceType == 'CUR_2' || deviceType == 'GD') {
|
||||||
temp = functionOn! ? 'open' : 'close';
|
temp = functionOn! ? 'open' : 'close';
|
||||||
} else {
|
} else {
|
||||||
temp = functionOn;
|
temp = functionOn;
|
||||||
@ -202,18 +202,23 @@ class ScheduleDialogHelper {
|
|||||||
),
|
),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(width: 10),
|
||||||
Radio<bool>(
|
Radio<bool>(
|
||||||
|
activeColor: ColorsManager.secondaryColor,
|
||||||
|
focusColor: ColorsManager.secondaryColor,
|
||||||
value: true,
|
value: true,
|
||||||
groupValue: isOn,
|
groupValue: isOn,
|
||||||
onChanged: (val) => onChanged(true),
|
onChanged: (val) => onChanged(true),
|
||||||
),
|
),
|
||||||
Text(categor == 'CUR_2' ? 'open' : 'On'),
|
Text(categor == 'CUR_2' || categor == 'GD' ? 'open' : 'On'),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(width: 10),
|
||||||
Radio<bool>(
|
Radio<bool>(
|
||||||
|
activeColor: ColorsManager.secondaryColor,
|
||||||
|
focusColor: ColorsManager.secondaryColor,
|
||||||
|
|
||||||
value: false,
|
value: false,
|
||||||
groupValue: isOn,
|
groupValue: isOn,
|
||||||
onChanged: (val) => onChanged(false),
|
onChanged: (val) => onChanged(false),
|
||||||
),
|
),
|
||||||
Text(categor == 'CUR_2' ? 'close' : 'Off'),
|
Text(categor == 'CUR_2' || categor == 'GD' ? 'close' : 'Off'),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -4,9 +4,7 @@ import 'package:syncrow_web/services/api/http_interceptor.dart';
|
|||||||
import 'package:syncrow_web/services/api/http_service.dart';
|
import 'package:syncrow_web/services/api/http_service.dart';
|
||||||
|
|
||||||
final GetIt serviceLocator = GetIt.instance;
|
final GetIt serviceLocator = GetIt.instance;
|
||||||
//setupLocator() // to search for dependency injection in flutter
|
void initialSetup() {
|
||||||
initialSetup() {
|
|
||||||
serviceLocator.registerSingleton<HTTPInterceptor>(HTTPInterceptor());
|
serviceLocator.registerSingleton<HTTPInterceptor>(HTTPInterceptor());
|
||||||
//Base classes
|
|
||||||
serviceLocator.registerSingleton<Dio>(HTTPService.setupDioClient());
|
serviceLocator.registerSingleton<Dio>(HTTPService.setupDioClient());
|
||||||
}
|
}
|
||||||
|
53
lib/syncrow_app.dart
Normal file
53
lib/syncrow_app.dart
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
import 'package:flutter/gestures.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||||
|
import 'package:syncrow_web/pages/home/bloc/home_bloc.dart';
|
||||||
|
import 'package:syncrow_web/pages/home/bloc/home_event.dart';
|
||||||
|
import 'package:syncrow_web/pages/routines/bloc/create_routine_bloc/create_routine_bloc.dart';
|
||||||
|
import 'package:syncrow_web/pages/routines/bloc/routine_bloc/routine_bloc.dart';
|
||||||
|
import 'package:syncrow_web/pages/space_tree/bloc/space_tree_bloc.dart';
|
||||||
|
import 'package:syncrow_web/pages/visitor_password/bloc/visitor_password_bloc.dart';
|
||||||
|
import 'package:syncrow_web/utils/app_routes.dart';
|
||||||
|
import 'package:syncrow_web/utils/navigation_service.dart';
|
||||||
|
import 'package:syncrow_web/utils/theme/theme.dart';
|
||||||
|
|
||||||
|
class SyncrowApp extends StatelessWidget {
|
||||||
|
const SyncrowApp({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return MultiBlocProvider(
|
||||||
|
providers: [
|
||||||
|
BlocProvider<CreateRoutineBloc>(
|
||||||
|
create: (context) => CreateRoutineBloc(),
|
||||||
|
),
|
||||||
|
BlocProvider(
|
||||||
|
create: (context) => HomeBloc()..add(const FetchUserInfo()),
|
||||||
|
),
|
||||||
|
BlocProvider<VisitorPasswordBloc>(
|
||||||
|
create: (context) => VisitorPasswordBloc(),
|
||||||
|
),
|
||||||
|
BlocProvider<RoutineBloc>(
|
||||||
|
create: (context) => RoutineBloc(),
|
||||||
|
),
|
||||||
|
BlocProvider<SpaceTreeBloc>(
|
||||||
|
create: (context) => SpaceTreeBloc(),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
child: MaterialApp.router(
|
||||||
|
debugShowCheckedModeBanner: false,
|
||||||
|
scrollBehavior: const MaterialScrollBehavior().copyWith(
|
||||||
|
dragDevices: {
|
||||||
|
PointerDeviceKind.mouse,
|
||||||
|
PointerDeviceKind.touch,
|
||||||
|
PointerDeviceKind.stylus,
|
||||||
|
PointerDeviceKind.unknown,
|
||||||
|
},
|
||||||
|
),
|
||||||
|
key: NavigationService.navigatorKey,
|
||||||
|
theme: myTheme,
|
||||||
|
routerConfig: AppRoutes.router,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
@ -1,17 +1,31 @@
|
|||||||
import 'package:go_router/go_router.dart';
|
import 'package:go_router/go_router.dart';
|
||||||
import 'package:syncrow_web/pages/access_management/view/access_management.dart';
|
import 'package:syncrow_web/pages/access_management/view/access_management.dart';
|
||||||
import 'package:syncrow_web/pages/analytics/modules/analytics/views/analytics_page.dart';
|
import 'package:syncrow_web/pages/analytics/modules/analytics/views/analytics_page.dart';
|
||||||
|
import 'package:syncrow_web/pages/auth/bloc/auth_bloc.dart';
|
||||||
import 'package:syncrow_web/pages/auth/view/login_page.dart';
|
import 'package:syncrow_web/pages/auth/view/login_page.dart';
|
||||||
import 'package:syncrow_web/pages/device_managment/all_devices/view/device_managment_page.dart';
|
import 'package:syncrow_web/pages/device_managment/all_devices/view/device_managment_page.dart';
|
||||||
import 'package:syncrow_web/pages/home/view/home_page.dart';
|
import 'package:syncrow_web/pages/home/view/home_page.dart';
|
||||||
import 'package:syncrow_web/pages/roles_and_permission/view/roles_and_permission_page.dart';
|
import 'package:syncrow_web/pages/roles_and_permission/view/roles_and_permission_page.dart';
|
||||||
import 'package:syncrow_web/pages/spaces_management/all_spaces/view/spaces_management_page.dart';
|
import 'package:syncrow_web/pages/space_management_v2/main_module/views/space_management_page.dart';
|
||||||
import 'package:syncrow_web/pages/visitor_password/view/visitor_password_dialog.dart';
|
import 'package:syncrow_web/pages/visitor_password/view/visitor_password_dialog.dart';
|
||||||
import 'package:syncrow_web/utils/constants/routes_const.dart';
|
import 'package:syncrow_web/utils/constants/routes_const.dart';
|
||||||
|
|
||||||
class AppRoutes {
|
abstract final class AppRoutes {
|
||||||
static List<GoRoute> getRoutes() {
|
const AppRoutes._();
|
||||||
return [
|
|
||||||
|
static final GoRouter router = GoRouter(
|
||||||
|
initialLocation: RoutesConst.auth,
|
||||||
|
redirect: (context, state) async {
|
||||||
|
final checkToken = await AuthBloc.getTokenAndValidate();
|
||||||
|
final loggedIn = checkToken == 'Success';
|
||||||
|
final goingToLogin = state.uri.toString() == RoutesConst.auth;
|
||||||
|
|
||||||
|
if (!loggedIn && !goingToLogin) return RoutesConst.auth;
|
||||||
|
if (loggedIn && goingToLogin) return RoutesConst.home;
|
||||||
|
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
routes: [
|
||||||
GoRoute(
|
GoRoute(
|
||||||
path: RoutesConst.auth,
|
path: RoutesConst.auth,
|
||||||
builder: (context, state) => const LoginPage(),
|
builder: (context, state) => const LoginPage(),
|
||||||
@ -43,6 +57,6 @@ class AppRoutes {
|
|||||||
name: 'analytics',
|
name: 'analytics',
|
||||||
builder: (context, state) => const AnalyticsPage(),
|
builder: (context, state) => const AnalyticsPage(),
|
||||||
),
|
),
|
||||||
];
|
],
|
||||||
}
|
);
|
||||||
}
|
}
|
||||||
|
@ -38,6 +38,7 @@ abstract class ColorsManager {
|
|||||||
static const Color lightGrayColor = Color(0xB2999999);
|
static const Color lightGrayColor = Color(0xB2999999);
|
||||||
static const Color grayBorder = Color(0xFFCFCFCF);
|
static const Color grayBorder = Color(0xFFCFCFCF);
|
||||||
static const Color textGray = Color(0xffD5D5D5);
|
static const Color textGray = Color(0xffD5D5D5);
|
||||||
|
static const Color titleGray = Color(0xB2999999);
|
||||||
static const Color btnColor = Color(0xFF00008B);
|
static const Color btnColor = Color(0xFF00008B);
|
||||||
static const Color blueColor = Color(0xFF0036E6);
|
static const Color blueColor = Color(0xFF0036E6);
|
||||||
static const Color boxColor = Color(0xFFF5F6F7);
|
static const Color boxColor = Color(0xFFF5F6F7);
|
||||||
@ -90,4 +91,6 @@ abstract class ColorsManager {
|
|||||||
static const Color shadowOfSearchTextfield = Color(0x26000000);
|
static const Color shadowOfSearchTextfield = Color(0x26000000);
|
||||||
static const Color hintTextGrey = Colors.grey;
|
static const Color hintTextGrey = Colors.grey;
|
||||||
static const Color shadowOfDetailsContainer = Color(0x40000000);
|
static const Color shadowOfDetailsContainer = Color(0x40000000);
|
||||||
|
static const Color checkBoxBorderGray = Color(0xffD0D0D0);
|
||||||
|
static const Color timePickerColor = Color(0xff000000);
|
||||||
}
|
}
|
||||||
|
@ -140,6 +140,7 @@ abstract class ApiEndpoints {
|
|||||||
static const String saveSchedule = '/schedule/{deviceUuid}';
|
static const String saveSchedule = '/schedule/{deviceUuid}';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
////booking System
|
////booking System
|
||||||
static const String bookableSpaces = '/bookable-spaces';
|
static const String bookableSpaces = '/bookable-spaces';
|
||||||
static const String getCalendarEvents = '/api';
|
static const String getCalendarEvents = '/api';
|
||||||
|
Reference in New Issue
Block a user