Varun-Kolanu / csoc_flutter

Flutter project for introducing flutter to freshers
2 stars 8 forks source link

feat: Added the Subjects Layout #27

Closed devrungta closed 1 week ago

devrungta commented 2 weeks ago

Description

Related Issue

Fixes #3 Feat #2 (Add Subjects part)

Type of Change

Screenshots (if any):

Screenshot_20240620_131152 Screenshot_20240620_131216

Checklist

Varun-Kolanu commented 1 week ago

@devrungta Nice! Can you add something like an indicator in the addition of subject, when the user has chosen the days? Like highlighting the box of the day. One is confused whether he selected the day or not. And he should have the ability to undo his choice of day when again clicked..

And instead of full forms of days, shortforms would make the UI look good, being less clumsy. Then in the attendance page you can see if the day includes the day from the database instead of equating. Like, "Thursday".includes("Thur") will be true and hence show it on the home screen

Varun-Kolanu commented 1 week ago

Thanks working pretty well!