Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the api to add weekend time tables as well #49

Closed
methmal66 opened this issue Jul 29, 2022 · 2 comments
Closed

Extend the api to add weekend time tables as well #49

methmal66 opened this issue Jul 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@methmal66
Copy link

Currently data is stored for weekend students only. But those are not specified as weekend. Then which format to follow when adding weekend time tables? Denote weekend batches from negatives (ex: -01 means WE batch 1 of given specialization) is an one option.
Else we have to refactor the entire data.json to make it compatible with weekend as well. That is very work intensive. So i would not recommend that.

Then add another field in the home page as Batch type or something like that. That will choose between weekdays and weekend. So items under sub group can be dynamically inserted according to that choice.

@pawan-live
Copy link
Owner

pawan-live commented Jul 29, 2022

Currently, weekend batches are added as well, inside each specialization, just same as a normal subgroup. I used the prefix WE in front of the group number. (only added in SE for now). An image is attached below.

Screenshot-2022-07-29-at-10-04-32.png

Update:
Ideas / suggestions are welcome based on this

@pawan-live pawan-live added the enhancement New feature or request label Jul 29, 2022
@methmal66
Copy link
Author

Yes, you guy developing it pretty fast. I almost missed that :). Btw you can just provide the commit like this. So no need to get screenshots. And it helps to track everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants