Closed rfaturriza closed 2 months ago
lib/pages/utama/bukusehat/
child/
rekam_medis_pasien/
tabbar_diagnosa/
tabbar_grafik/
tabbar_tabel/
tabbar_tindakan/
tabbar_vaksin/
lib/services/
lib/models/
lib/features/buku_sehat/
data/
models/
repositories/
logic/
bloc/
buku_sehat_bloc/
presentation/
widgets/
lib/features/buku_sehat/data/models/
equatable
lib/features/buku_sehat/data/repositories/
repository
lib/features/buku_sehat/logic/bloc/buku_sehat_bloc/
Step Planning Refactor Feature Buku Sehat
lib/pages/utama/bukusehat/
child/
rekam_medis_pasien/
tabbar_diagnosa/
tabbar_grafik/
tabbar_tabel/
tabbar_tindakan/
tabbar_vaksin/
lib/services/
lib/models/
lib/features/buku_sehat/
data/
models/
repositories/
logic/
-bloc/
buku_sehat_bloc/
presentation/
widgets/
rekam_medis_pasien/
lib/features/buku_sehat/data/models/
. And the model will be refactored to useequatable
package.lib/features/buku_sehat/data/repositories/
. And the services will be refactored to userepository
pattern.lib/features/buku_sehat/logic/bloc/buku_sehat_bloc/
.