Re: [Sugar-devel] GSoC 2020 Slot Requests

2020-04-22 Thread James Cameron
On Wed, Apr 22, 2020 at 02:39:39PM +1000, James Cameron wrote: > On Fri, Apr 17, 2020 at 03:26:07PM +1000, James Cameron wrote: > > By 22nd April we are to make our slot request; the number of projects > > we are willing to run. > > Our slot request was minimum 9 maximum 11. GSoC team have alloca

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread Abhishek Tanwar
Hello , I went through this https://github.com/sugarlabs/sugar-docs/blob/master/src/web-activity.md and successfully run the basic activity on sugar desktop . But since the *ActivityTemplate *folder was copied from sugarizer repository , the activity ran using the sugar-web of sugarizer although t

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread James Cameron
Sorry, I don't understand what you are missing. Why can't you find a way to run this activity using sugar-web of sugarlabs? On Thu, Apr 23, 2020 at 03:43:15AM +0530, Abhishek Tanwar wrote: > Hello , > > I went through thisĀ  > [1]https://github.com/sugarlabs/sugar-docs/blob/master/src/ > web-acti

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread Abhishek Tanwar
Oh sorry . I just realized after sending the last email where I was missing something . I have figured it out . Also moving ahead. For updating the sugar-web of sugarlabs what I plan is to do it by taking an activity as a reference. We can start by developing the mancala activity using the sugar-w

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread James Cameron
Thanks. I don't think it matters which activities are used as reference, except that they should be as small as possible so that issues unrelated to the sugar-web API are not an obstacle, and yet large enough so that they use all relevant features of the API. I've not reviewed the Mancala activiy

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread Abhishek Tanwar
Sugarizer doesn't have mancala as of now . I proposed to develop mancala for sugarizer but you said it would be good if I can develop the activity to work on both sugarizer and sugar . (You can check the very first message in this thread.) Mancala would be using datastore and presence on sugarizer

Re: [Sugar-devel] New Activity Proposal

2020-04-22 Thread James Cameron
Thanks. It seemed a change of subject, I didn't think you were still asking about a new activity. Since sugar-web is used by all the Sugarizer activities, and all the Sugar Web activities, it would be critical for sugar-web to be developed in conjunction with those activities. Developing sugar-w

Re: [Sugar-devel] GSoC 2020 Slot Requests

2020-04-22 Thread James Cameron
On Thu, Apr 23, 2020 at 06:47:59AM +1000, James Cameron wrote: > On Wed, Apr 22, 2020 at 02:39:39PM +1000, James Cameron wrote: > > On Fri, Apr 17, 2020 at 03:26:07PM +1000, James Cameron wrote: > > > By 22nd April we are to make our slot request; the number of projects > > > we are willing to run.

[Sugar-devel] What are all activity bundle sources & how to interpret differect exec values in activity.info files

2020-04-22 Thread sugar
Is download.sugarlabs.org & mirror.aarnet.edu.au/pub/sugarlabs/ updated regularly? I found latest update on these on 3rd of December 2018. I think activities.sugarlabs.org/activities

Re: [Sugar-devel] What are all activity bundle sources & how to interpret differect exec values in activity.info files

2020-04-22 Thread James Cameron
Thanks for asking. Yes, those resources are updated regularly. Each time an activity or component is released. The date you saw for December 2018 may be an interpretation that does not fit the facts. http://download.sugarlabs.org/activities/?C=M;O=D is the same as http://activities.sugarlabs.or

Re: [Sugar-devel] What are all activity bundle sources & how to interpret differect exec values in activity.info files

2020-04-22 Thread James Cameron
Ah, I've found what you mean. When a directory is viewed, the date of last modification is the date of last insertion to or deletion from the directory. It is easy to misinterpret. On Thu, Apr 23, 2020 at 02:26:18PM +1000, James Cameron wrote: > Thanks for asking. > > Yes, those resources are u

Re: [Sugar-devel] What are all activity bundle sources & how to interpret differect exec values in activity.info files

2020-04-22 Thread sugar
Thanks James. I knew yesterday I saw latest bundle on http://activities.sugarlabs.org/activities to be added last month. But couldn't find it today and assumed it to be my misunderstanding. I see that parent directory may show last modified data older than sub-directory as the case in http://m

Re: [Sugar-devel] What are all activity bundle sources & how to interpret differect exec values in activity.info files

2020-04-22 Thread James Cameron
Thanks Manish, There is no reliable way to prove a bundle does not contain Python 2, Python 3, or JavaScript code. While the exec value in metadata does indicate a probability, it is not accurate. I don't think we want any automated process for generating the static app store from any of our exi