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 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.


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.