Re: GSOC 2019 proposal - Dashboard

2019-03-03 Thread Mainak Dutta
Hi Carlton, 

Thanks for your feedback. I think it will be a complete project that can 
implemented in 3 months time. 
My idea is like setting up an interface like wordpress in django. 
The only difference I thought of is Wordpress does it from the front end. I 
have thought of it to be implemented from the backend single line code. 
Let us say, the code for dashboard may be,

d = dashboard(style,color,font,no_of_sections,section_custom_name_list)
this style means one of the available styles in the repository of styles 
for that page that will be created

now each section can be customized by using section id or name :
like 
d.section_id.name = 'no of issues'
d.section_id.table = issues
d.section_id.sql_query=sql query
d.section_id.color = "colour_code"
d.section_id.font = "font_name"
d.section_id.width = width
d.section_id.height = height

*this width height can be bootstrap height width as well

We can add as many features as we want to customize the selection. 

Later on, we can extend this to custom pages. Custom sections, Custom 
links, presence and absence of picture and Way to populate the picture 
carousel and other customizable and hide able fields .
So automated that an user can just install django and make a web page of 
his/her need in a few hours. 

On Monday, March 4, 2019 at 1:49:21 AM UTC+5:30, Carlton Gibson wrote:
>
> Hi Mainak. 
>
> Initially I'm inclined to say this would fall into one or both of two 
> problems: 
>
> 1. Too ambitious: phenomenally difficult to build this within the project 
> time. 
> 2. Out of scope for Django: it's sounds like the sort of functionality 
> that we prefer to live in third-party apps, rather than in Django itself. 
>
> Do you have any kind of prototype code in place? A rough demo might give 
> more insight into both these points. 
>
> In general, for GSoC, I want to look at the project ideas, the org 
> profile, and such over the next couple of weeks.
>
> Kind Regards,
>
> Carlton
>
>
>
> On Sunday, 3 March 2019 16:48:43 UTC+1, Mainak Dutta wrote:
>>
>> On top of the existing Django extension. 
>>
>> On Sunday, March 3, 2019 at 9:14:51 PM UTC+5:30, Asif Saif Uddin wrote:
>>>
>>> How you plan to implement the features? new or on top of 
>>> existing django admin extension?
>>>
>>> On Sunday, March 3, 2019 at 8:01:12 PM UTC+6, Mainak Dutta wrote:

 I have been thinking of implementing a uniform Dashboard which can be 
 implemented into the Django framework using just one line. Every 
 organization uses Dashboard. So, creating a dashboard can be very useful. 

 The features will include - 1] Variable no of sections and Custom 
 section names
   2] Inclusion of links in the 
 section 
   3] Database and table from 
 database we will populate the dashboard entry automatically
   4] Choice of fonts
   5] Choice of Color
   6] Choice of height and width 
 of the section. 

 In fact ,We can extend this concept to create custom page. And give the 
 user the option of custom pages having variable number of entries in the 
 navigation bar and Variable number of sections and Presence or absence of 
 images in the Section. With all this ready made, users can create a 
 running 
 website very very quickly.  



-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/660fd847-e066-4c2b-b17e-7eafb242a888%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSoC 2019 Project Idea

2019-03-03 Thread PARTH PATIL
Hey Carlton,

Thanks for your feedback.
I would try to think of something which is more inclined towards core 
functionality of Django :)

On Monday, March 4, 2019 at 1:52:39 AM UTC+5:30, Carlton Gibson wrote:
>
> Hi Parth. 
>
> I'm guessing this would be out of scope for Django: it's sounds like the 
> sort of functionality that we prefer to live in third-party apps, rather 
> than in Django itself. 
> (It sounds like a good enough idea — there are plenty of Jekyll, or other 
> static, sites out there, but just not something for core.) 
>
> As I just posted elsewhere, I'm looking to work on the GSoC stuff over the 
> next couple of weeks. 
>
> Kind Regards,
>
> Carlton
>
>
> On Sunday, 3 February 2019 11:04:07 UTC+1, PARTH PATIL wrote:
>>
>> Hey, I had a project idea for GSoC.
>> I wanted to make a tool which will help to port static projects like 
>> Jekyll to Django directly.
>> I am still thinking about the details of the idea.
>>
>> But I want to know:
>>
>>- is this idea feasible/useful?
>>- Does there already exist a similar tool for this?
>>- Is this a good idea for GSoC?
>>
>> I got this idea last year when I was working on my club website which was 
>> written using Jekyll and I had to port it to Django framework since it was 
>> going to be hosted on our college server which had Django backend.
>> The problem was we constantly had to update the website with post, so I 
>> was just left with the option to rewrite all the code natively in Django. 
>> That's why I thought of making a tool which will take a Jekyll project and 
>> convert it to Django app, with proper views and models etc.
>>
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/92087e41-680b-4662-b600-db9528e9ae13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSoC 2019 Project Idea

2019-03-03 Thread Carlton Gibson
Hi Parth. 

I'm guessing this would be out of scope for Django: it's sounds like the 
sort of functionality that we prefer to live in third-party apps, rather 
than in Django itself. 
(It sounds like a good enough idea — there are plenty of Jekyll, or other 
static, sites out there, but just not something for core.) 

As I just posted elsewhere, I'm looking to work on the GSoC stuff over the 
next couple of weeks. 

Kind Regards,

Carlton


On Sunday, 3 February 2019 11:04:07 UTC+1, PARTH PATIL wrote:
>
> Hey, I had a project idea for GSoC.
> I wanted to make a tool which will help to port static projects like 
> Jekyll to Django directly.
> I am still thinking about the details of the idea.
>
> But I want to know:
>
>- is this idea feasible/useful?
>- Does there already exist a similar tool for this?
>- Is this a good idea for GSoC?
>
> I got this idea last year when I was working on my club website which was 
> written using Jekyll and I had to port it to Django framework since it was 
> going to be hosted on our college server which had Django backend.
> The problem was we constantly had to update the website with post, so I 
> was just left with the option to rewrite all the code natively in Django. 
> That's why I thought of making a tool which will take a Jekyll project and 
> convert it to Django app, with proper views and models etc.
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/6552d234-0ea4-4729-a7d6-8e5688bdb736%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Summer of Code 2019

2019-03-03 Thread Carlton Gibson
Hi. 

In general, for GSoC, I want to look at the project ideas, the org profile, 
and such over the next couple of weeks.
I try and make the Org page the starting point. 

Kind Regards,
Carlton

On Sunday, 3 March 2019 15:01:12 UTC+1, Gaurav Agarwal wrote:
>
> Hi, I am a student from IIT Guwahati. I am familiar with Python and 
> Django. I want to contribute. How should I start?
>
>
> On Wednesday, January 16, 2019 at 8:03:55 PM UTC+5:30, Tim Graham wrote:
>>
>> Org applications for Google's Summer of Code are now open (deadline 
>> February 6). Do you think the Django Software Foundation should participate?
>>
>> We haven't had any high quality student applications that we could accept 
>> for the past two years.
>>
>> Perhaps it's partly a function of a poor ideas page (
>> https://code.djangoproject.com/wiki/SummerOfCode2018). Perhaps we don't 
>> do a great job of publicizing our involvement and attracting high quality 
>> students. Perhaps it's because the student payment isn't all that much 
>> (+/-$6000 USD, depending on student's country)* for the amount of work 
>> involved (also, students have to put in a lot of work up front in their 
>> application, with no guarantee of being accepted into the program).
>>
>> If you have any ideas about mentoring or suggesting a project, or if 
>> you're serious about being a student (you should start contributing to 
>> Django now if you don't already), please share.
>>
>> * https://developers.google.com/open-source/gsoc/help/student-stipends
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/819dd1bf-4d62-47b7-93f7-fed20192ed37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSOC 2019 proposal - Dashboard

2019-03-03 Thread Carlton Gibson
Hi Mainak. 

Initially I'm inclined to say this would fall into one or both of two 
problems: 

1. Too ambitious: phenomenally difficult to build this within the project 
time. 
2. Out of scope for Django: it's sounds like the sort of functionality that 
we prefer to live in third-party apps, rather than in Django itself. 

Do you have any kind of prototype code in place? A rough demo might give 
more insight into both these points. 

In general, for GSoC, I want to look at the project ideas, the org profile, 
and such over the next couple of weeks.

Kind Regards,

Carlton



On Sunday, 3 March 2019 16:48:43 UTC+1, Mainak Dutta wrote:
>
> On top of the existing Django extension. 
>
> On Sunday, March 3, 2019 at 9:14:51 PM UTC+5:30, Asif Saif Uddin wrote:
>>
>> How you plan to implement the features? new or on top of 
>> existing django admin extension?
>>
>> On Sunday, March 3, 2019 at 8:01:12 PM UTC+6, Mainak Dutta wrote:
>>>
>>> I have been thinking of implementing a uniform Dashboard which can be 
>>> implemented into the Django framework using just one line. Every 
>>> organization uses Dashboard. So, creating a dashboard can be very useful. 
>>>
>>> The features will include - 1] Variable no of sections and Custom 
>>> section names
>>>   2] Inclusion of links in the 
>>> section 
>>>   3] Database and table from 
>>> database we will populate the dashboard entry automatically
>>>   4] Choice of fonts
>>>   5] Choice of Color
>>>   6] Choice of height and width 
>>> of the section. 
>>>
>>> In fact ,We can extend this concept to create custom page. And give the 
>>> user the option of custom pages having variable number of entries in the 
>>> navigation bar and Variable number of sections and Presence or absence of 
>>> images in the Section. With all this ready made, users can create a running 
>>> website very very quickly.  
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/d58aeaa5-9a5a-4697-80f5-fbdfd93d0665%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSOC 2019 proposal - Dashboard

2019-03-03 Thread Mainak Dutta
On top of the existing Django extension. 

On Sunday, March 3, 2019 at 9:14:51 PM UTC+5:30, Asif Saif Uddin wrote:
>
> How you plan to implement the features? new or on top of 
> existing django admin extension?
>
> On Sunday, March 3, 2019 at 8:01:12 PM UTC+6, Mainak Dutta wrote:
>>
>> I have been thinking of implementing a uniform Dashboard which can be 
>> implemented into the Django framework using just one line. Every 
>> organization uses Dashboard. So, creating a dashboard can be very useful. 
>>
>> The features will include - 1] Variable no of sections and Custom section 
>> names
>>   2] Inclusion of links in the 
>> section 
>>   3] Database and table from 
>> database we will populate the dashboard entry automatically
>>   4] Choice of fonts
>>   5] Choice of Color
>>   6] Choice of height and width 
>> of the section. 
>>
>> In fact ,We can extend this concept to create custom page. And give the 
>> user the option of custom pages having variable number of entries in the 
>> navigation bar and Variable number of sections and Presence or absence of 
>> images in the Section. With all this ready made, users can create a running 
>> website very very quickly.  
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/16e0202b-7270-4788-916c-ea0d5334e08f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSOC 2019 proposal - Dashboard

2019-03-03 Thread Mainak Dutta

On the existing Django admin extension.

On Sunday, March 3, 2019 at 7:31:12 PM UTC+5:30, Mainak Dutta wrote:
>
> I have been thinking of implementing a uniform Dashboard which can be 
> implemented into the Django framework using just one line. Every 
> organization uses Dashboard. So, creating a dashboard can be very useful. 
>
> The features will include - 1] Variable no of sections and Custom section 
> names
>   2] Inclusion of links in the 
> section 
>   3] Database and table from 
> database we will populate the dashboard entry automatically
>   4] Choice of fonts
>   5] Choice of Color
>   6] Choice of height and width of 
> the section. 
>
> In fact ,We can extend this concept to create custom page. And give the 
> user the option of custom pages having variable number of entries in the 
> navigation bar and Variable number of sections and Presence or absence of 
> images in the Section. With all this ready made, users can create a running 
> website very very quickly.  
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/ea58b610-ef79-4f14-a6a6-be9cfcb67f00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GSOC 2019 proposal - Dashboard

2019-03-03 Thread Asif Saif Uddin
How you plan to implement the features? new or on top of 
existing django admin extension?

On Sunday, March 3, 2019 at 8:01:12 PM UTC+6, Mainak Dutta wrote:
>
> I have been thinking of implementing a uniform Dashboard which can be 
> implemented into the Django framework using just one line. Every 
> organization uses Dashboard. So, creating a dashboard can be very useful. 
>
> The features will include - 1] Variable no of sections and Custom section 
> names
>   2] Inclusion of links in the 
> section 
>   3] Database and table from 
> database we will populate the dashboard entry automatically
>   4] Choice of fonts
>   5] Choice of Color
>   6] Choice of height and width of 
> the section. 
>
> In fact ,We can extend this concept to create custom page. And give the 
> user the option of custom pages having variable number of entries in the 
> navigation bar and Variable number of sections and Presence or absence of 
> images in the Section. With all this ready made, users can create a running 
> website very very quickly.  
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/c012f86a-5737-4c43-acd9-084e90e73546%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Summer of Code 2019

2019-03-03 Thread Gaurav Agarwal
Hi, I am a student from IIT Guwahati. I am familiar with Python and Django. 
I want to contribute. How should I start?


On Wednesday, January 16, 2019 at 8:03:55 PM UTC+5:30, Tim Graham wrote:
>
> Org applications for Google's Summer of Code are now open (deadline 
> February 6). Do you think the Django Software Foundation should participate?
>
> We haven't had any high quality student applications that we could accept 
> for the past two years.
>
> Perhaps it's partly a function of a poor ideas page (
> https://code.djangoproject.com/wiki/SummerOfCode2018). Perhaps we don't 
> do a great job of publicizing our involvement and attracting high quality 
> students. Perhaps it's because the student payment isn't all that much 
> (+/-$6000 USD, depending on student's country)* for the amount of work 
> involved (also, students have to put in a lot of work up front in their 
> application, with no guarantee of being accepted into the program).
>
> If you have any ideas about mentoring or suggesting a project, or if 
> you're serious about being a student (you should start contributing to 
> Django now if you don't already), please share.
>
> * https://developers.google.com/open-source/gsoc/help/student-stipends
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/112e5823-538b-4628-ac0b-7fe5bffc26ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GSOC 2019 proposal - Dashboard

2019-03-03 Thread Mainak Dutta
I have been thinking of implementing a uniform Dashboard which can be 
implemented into the Django framework using just one line. Every 
organization uses Dashboard. So, creating a dashboard can be very useful. 

The features will include - 1] Variable no of sections and Custom section 
names
  2] Inclusion of links in the 
section 
  3] Database and table from 
database we will populate the dashboard entry automatically
  4] Choice of fonts
  5] Choice of Color
  6] Choice of height and width of 
the section. 

In fact ,We can extend this concept to create custom page. And give the 
user the option of custom pages having variable number of entries in the 
navigation bar and Variable number of sections and Presence or absence of 
images in the Section. With all this ready made, users can create a running 
website very very quickly.  

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/01f5cac5-0efa-4f35-9810-6c0275fa07be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.