ASKnetCommunity / Training

This is the training plan to organize your own training.
https://training.asknet.community
GNU General Public License v3.0
5 stars 10 forks source link

provide option to preselect modules via dynamic link (e.g. to share or on a button of overview page) #143

Closed timmwille closed 9 months ago

timmwille commented 1 year ago

@saisilinus @bmen can you check if this is possible via Jekyll?

bmen commented 11 months ago

This would not be an issue for Jekyll, but for Javascript, as these links are dynamic while the user creates the plan. Do you have any ideas? @saisilinus

saisilinus commented 11 months ago

Yes. Its a JavaScript issue. We have to store the data somewhere as we navigate between the pages. We can use the query params for storage and populate the training plan schedule and/or the search input whenever one loads the page.