ammaratef45 / Attendance

Application to be used for attendance registeration
MIT License
32 stars 15 forks source link

Refactor to Bloc design pattern #88

Open ammaratef45 opened 5 years ago

ammaratef45 commented 5 years ago

Use the library https://github.com/felangel/bloc to refactor to Bloc design pattern. all PRs should be to Bloc branch, later we may merge the Bloc branch to master if things went well.

felangel commented 5 years ago

@ammaratef45 have you started yet? If not I can try to help you get started in a few hours.

ammaratef45 commented 5 years ago

@felangel Not yet Just created the brach Bloc

felangel commented 5 years ago

Okay awesome! I'll try to open a PR where I refactor a single section (login for example) sometime later today 👍

ammaratef45 commented 5 years ago

@felangel Great :+1:

felangel commented 5 years ago

@ammaratef45 opened #89

ammaratef45 commented 5 years ago

@felangel It 's merged, Thanks for the contribution.