llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 412 forks source link

Actual File Structure of ActivityTemplate is Different than what it is shown in Tutorial #892

Closed saurabhhere closed 3 years ago

saurabhhere commented 3 years ago

Actual File Structure of template is different from what shown in photo of File Structure in Step 1 in Tutorial

In Vanilla JS Tutorial (ref. https://github.com/llaske/sugarizer/blob/master/docs/tutorial/VanillaJS/step1.md#file-structure )

Shown File Structure: Screenshot from 2020-10-17 16-53-31

Actual File Structure (as in activities/ActivityTemplate/VanillaJS) :

Screenshot from 2020-10-17 17-03-54

Similarly in VueJs Tutorial (ref. https://github.com/llaske/sugarizer/blob/master/docs/tutorial/VueJS/step1.md#file-structure)

Shown File Structure:

Screenshot from 2020-10-17 16-59-41

Actual File Structure (as in activities/ActivityTemplate/VueJS) :

Screenshot from 2020-10-17 16-59-06

saurabhhere commented 3 years ago

Can I work on this? Thanks :)

llaske commented 3 years ago

Hmmm. The file structure is very similar. There is very limited difference. I don't think it could be confusing for users.

saurabhhere commented 3 years ago

That's totally fine..I was just going through the steps and found this so I thought to discuss it with you. You can close this issue if you want.