Re: Help me to Create This Django Project -

2024-11-18 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Zainab,

Don't ask to ask but just ask. Here's a good reference when asking for
help: How do I ask a good question? - Help Center - Stack Overflow


Please keep in mind that homework is designed to help you get better as a
programmer. Learn how to use the available tools/libraries/packages/plugins
and you'll be fine.

Reminder for others who are offering help, please do not spoon feed the
answer to students, else how will they learn.

On Sat, 16 Nov 2024 at 23:03, Zainab Turkey  wrote:

> Hi i am student i have homework can you help me pls???
>
> في جمعة، 15 تشرين الثاني، 2024 في 6:51 م، كتب Mohamed  >:
>
>> Ha okay thanks a lot for the information. wondering if you have any
>> interesting projects
>>
>> Le jeu. 14 nov. 2024, 14:43, Anthony Flury  a
>> écrit :
>>
>>> Sorry to be clear - I meant to write :
>>>
>>> The fact that not only the objective but also key parts of the design
>>> are done (only two tables) is another clue that this is NOT a real world
>>> request from a paying customer.  In my experience real customers don’t tell
>>> the developer about the internal design, or even the choice of framework.
>>>
>>>
>>> On Thu, Nov 14, 2024 at 9:07 AM Anthony Flury 
>>> wrote:
>>>
 Sorry, But this feels very homework like to me.

 a real credit bureau would be far more complex with a lot of secure B2B
 interfaces to companies such as banks and other organisations.

 The fact that not only the objective but also key parts of the design
 are done (only two tables) is another clue that this is a real world
 request from a paying customer.

 While I understand that Django can be confusing to a beginner asking
 for someone to help write your course work feels like cheating to me. I
 certainly wouldn’t be happy with taking college/school credit for a project
 that was my work.
 Now if in the course of you writing this you hit a specific technical
 issue or don’t understand a specific aspect of something you need to solve,
  Then I am sure many people here will help you.


 On Wed, Nov 13, 2024 at 8:21 PM Suraj Naithani <
 [email protected]> wrote:

> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>
> * Objective *
> We are building a credit bureau update system, and we are looking for
> a Python/Django developer to implement an algorithm that updates a credit
> score based on a set of predefined factors. The system should also include
> a dynamic pop-up interface that asks a series of questions pulled from a
> database. Based on the user's responses, the system will calculate and
> display a credit score.
>
> *  Requirements *
> *1. Database Model -*
> You need to create a database schema that stores:
> ● A list of questions (stored in a Question model) along with possible
> answers (A, B, C, D).
> ● A UserResponse model to track users' answers to each question.
>
> *2. Credit Scoring Algorithm *
> ● Based on the answers to these questions, develop an algorithm to
> calculate the credit score.
> ● The algorithm should assign specific scores to each possible answer
> (e.g., if the user answers "Always" to a question about making payments on
> time, award more points).
>
> *3. Dynamic Pop-up Interface*
> ● Use Django to render the form dynamically with questions from the
> database. ● When the user submits the answers, store them in the database
> and calculate the credit score. ● Provide a pop-up interface (using
> JavaScript or Django template features) where users can answer the
> questions. 4. Web Application Features
>
> *4. Web Application Features  *
> ● Form Page: A page that displays the questions and captures user
> responses.
> ● Popup: A modal pop-up that displays each question one by one. The
> user should answer them and submit their responses.
> ● Results Page: After the user submits the form, a results page should
> show their calculated credit score
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com
> 
> .
>
 --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion visit
>>> 

Re: Help me to Create This Django Project -

2024-11-16 Thread Ali Mohammadnia
How?

On Sat, 16 Nov 2024, 18:32 Zainab Turkey,  wrote:

> Hi i am student i have homework can you help me pls???
>
> في جمعة، 15 تشرين الثاني، 2024 في 6:51 م، كتب Mohamed  >:
>
>> Ha okay thanks a lot for the information. wondering if you have any
>> interesting projects
>>
>> Le jeu. 14 nov. 2024, 14:43, Anthony Flury  a
>> écrit :
>>
>>> Sorry to be clear - I meant to write :
>>>
>>> The fact that not only the objective but also key parts of the design
>>> are done (only two tables) is another clue that this is NOT a real world
>>> request from a paying customer.  In my experience real customers don’t tell
>>> the developer about the internal design, or even the choice of framework.
>>>
>>>
>>> On Thu, Nov 14, 2024 at 9:07 AM Anthony Flury 
>>> wrote:
>>>
 Sorry, But this feels very homework like to me.

 a real credit bureau would be far more complex with a lot of secure B2B
 interfaces to companies such as banks and other organisations.

 The fact that not only the objective but also key parts of the design
 are done (only two tables) is another clue that this is a real world
 request from a paying customer.

 While I understand that Django can be confusing to a beginner asking
 for someone to help write your course work feels like cheating to me. I
 certainly wouldn’t be happy with taking college/school credit for a project
 that was my work.
 Now if in the course of you writing this you hit a specific technical
 issue or don’t understand a specific aspect of something you need to solve,
  Then I am sure many people here will help you.


 On Wed, Nov 13, 2024 at 8:21 PM Suraj Naithani <
 [email protected]> wrote:

> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>
> * Objective *
> We are building a credit bureau update system, and we are looking for
> a Python/Django developer to implement an algorithm that updates a credit
> score based on a set of predefined factors. The system should also include
> a dynamic pop-up interface that asks a series of questions pulled from a
> database. Based on the user's responses, the system will calculate and
> display a credit score.
>
> *  Requirements *
> *1. Database Model -*
> You need to create a database schema that stores:
> ● A list of questions (stored in a Question model) along with possible
> answers (A, B, C, D).
> ● A UserResponse model to track users' answers to each question.
>
> *2. Credit Scoring Algorithm *
> ● Based on the answers to these questions, develop an algorithm to
> calculate the credit score.
> ● The algorithm should assign specific scores to each possible answer
> (e.g., if the user answers "Always" to a question about making payments on
> time, award more points).
>
> *3. Dynamic Pop-up Interface*
> ● Use Django to render the form dynamically with questions from the
> database. ● When the user submits the answers, store them in the database
> and calculate the credit score. ● Provide a pop-up interface (using
> JavaScript or Django template features) where users can answer the
> questions. 4. Web Application Features
>
> *4. Web Application Features  *
> ● Form Page: A page that displays the questions and captures user
> responses.
> ● Popup: A modal pop-up that displays each question one by one. The
> user should answer them and submit their responses.
> ● Results Page: After the user submits the form, a results page should
> show their calculated credit score
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com
> 
> .
>
 --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion visit
>>> https://groups.google.com/d/msgid/django-users/CAN0Bb7dOkFUkgrY%3DNGy7UC45mYPAw8CoTaBKNJ59CdtstfODrQ%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email 

Re: Help me to Create This Django Project -

2024-11-16 Thread Zainab Turkey
Hi i am student i have homework can you help me pls???

في جمعة، 15 تشرين الثاني، 2024 في 6:51 م، كتب Mohamed :

> Ha okay thanks a lot for the information. wondering if you have any
> interesting projects
>
> Le jeu. 14 nov. 2024, 14:43, Anthony Flury  a
> écrit :
>
>> Sorry to be clear - I meant to write :
>>
>> The fact that not only the objective but also key parts of the design are
>> done (only two tables) is another clue that this is NOT a real world
>> request from a paying customer.  In my experience real customers don’t tell
>> the developer about the internal design, or even the choice of framework.
>>
>>
>> On Thu, Nov 14, 2024 at 9:07 AM Anthony Flury 
>> wrote:
>>
>>> Sorry, But this feels very homework like to me.
>>>
>>> a real credit bureau would be far more complex with a lot of secure B2B
>>> interfaces to companies such as banks and other organisations.
>>>
>>> The fact that not only the objective but also key parts of the design
>>> are done (only two tables) is another clue that this is a real world
>>> request from a paying customer.
>>>
>>> While I understand that Django can be confusing to a beginner asking for
>>> someone to help write your course work feels like cheating to me. I
>>> certainly wouldn’t be happy with taking college/school credit for a project
>>> that was my work.
>>> Now if in the course of you writing this you hit a specific technical
>>> issue or don’t understand a specific aspect of something you need to solve,
>>>  Then I am sure many people here will help you.
>>>
>>>
>>> On Wed, Nov 13, 2024 at 8:21 PM Suraj Naithani <
>>> [email protected]> wrote:
>>>
 *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *

 * Objective *
 We are building a credit bureau update system, and we are looking for a
 Python/Django developer to implement an algorithm that updates a credit
 score based on a set of predefined factors. The system should also include
 a dynamic pop-up interface that asks a series of questions pulled from a
 database. Based on the user's responses, the system will calculate and
 display a credit score.

 *  Requirements *
 *1. Database Model -*
 You need to create a database schema that stores:
 ● A list of questions (stored in a Question model) along with possible
 answers (A, B, C, D).
 ● A UserResponse model to track users' answers to each question.

 *2. Credit Scoring Algorithm *
 ● Based on the answers to these questions, develop an algorithm to
 calculate the credit score.
 ● The algorithm should assign specific scores to each possible answer
 (e.g., if the user answers "Always" to a question about making payments on
 time, award more points).

 *3. Dynamic Pop-up Interface*
 ● Use Django to render the form dynamically with questions from the
 database. ● When the user submits the answers, store them in the database
 and calculate the credit score. ● Provide a pop-up interface (using
 JavaScript or Django template features) where users can answer the
 questions. 4. Web Application Features

 *4. Web Application Features  *
 ● Form Page: A page that displays the questions and captures user
 responses.
 ● Popup: A modal pop-up that displays each question one by one. The
 user should answer them and submit their responses.
 ● Results Page: After the user submits the form, a results page should
 show their calculated credit score

 --
 You received this message because you are subscribed to the Google
 Groups "Django users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to [email protected].
 To view this discussion visit
 https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com
 
 .

>>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/CAN0Bb7dOkFUkgrY%3DNGy7UC45mYPAw8CoTaBKNJ59CdtstfODrQ%40mail.gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAJXmO5GrquAXLhx4rOOVb0TBWoqiuf9%3D%2B5s

Re: Help me to Create This Django Project -

2024-11-15 Thread Mohamed
Ha okay thanks a lot for the information. wondering if you have any
interesting projects

Le jeu. 14 nov. 2024, 14:43, Anthony Flury  a
écrit :

> Sorry to be clear - I meant to write :
>
> The fact that not only the objective but also key parts of the design are
> done (only two tables) is another clue that this is NOT a real world
> request from a paying customer.  In my experience real customers don’t tell
> the developer about the internal design, or even the choice of framework.
>
>
> On Thu, Nov 14, 2024 at 9:07 AM Anthony Flury 
> wrote:
>
>> Sorry, But this feels very homework like to me.
>>
>> a real credit bureau would be far more complex with a lot of secure B2B
>> interfaces to companies such as banks and other organisations.
>>
>> The fact that not only the objective but also key parts of the design are
>> done (only two tables) is another clue that this is a real world request
>> from a paying customer.
>>
>> While I understand that Django can be confusing to a beginner asking for
>> someone to help write your course work feels like cheating to me. I
>> certainly wouldn’t be happy with taking college/school credit for a project
>> that was my work.
>> Now if in the course of you writing this you hit a specific technical
>> issue or don’t understand a specific aspect of something you need to solve,
>>  Then I am sure many people here will help you.
>>
>>
>> On Wed, Nov 13, 2024 at 8:21 PM Suraj Naithani 
>> wrote:
>>
>>> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>>>
>>> * Objective *
>>> We are building a credit bureau update system, and we are looking for a
>>> Python/Django developer to implement an algorithm that updates a credit
>>> score based on a set of predefined factors. The system should also include
>>> a dynamic pop-up interface that asks a series of questions pulled from a
>>> database. Based on the user's responses, the system will calculate and
>>> display a credit score.
>>>
>>> *  Requirements *
>>> *1. Database Model -*
>>> You need to create a database schema that stores:
>>> ● A list of questions (stored in a Question model) along with possible
>>> answers (A, B, C, D).
>>> ● A UserResponse model to track users' answers to each question.
>>>
>>> *2. Credit Scoring Algorithm *
>>> ● Based on the answers to these questions, develop an algorithm to
>>> calculate the credit score.
>>> ● The algorithm should assign specific scores to each possible answer
>>> (e.g., if the user answers "Always" to a question about making payments on
>>> time, award more points).
>>>
>>> *3. Dynamic Pop-up Interface*
>>> ● Use Django to render the form dynamically with questions from the
>>> database. ● When the user submits the answers, store them in the database
>>> and calculate the credit score. ● Provide a pop-up interface (using
>>> JavaScript or Django template features) where users can answer the
>>> questions. 4. Web Application Features
>>>
>>> *4. Web Application Features  *
>>> ● Form Page: A page that displays the questions and captures user
>>> responses.
>>> ● Popup: A modal pop-up that displays each question one by one. The user
>>> should answer them and submit their responses.
>>> ● Results Page: After the user submits the form, a results page should
>>> show their calculated credit score
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion visit
>>> https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CAN0Bb7dOkFUkgrY%3DNGy7UC45mYPAw8CoTaBKNJ59CdtstfODrQ%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAJXmO5GrquAXLhx4rOOVb0TBWoqiuf9%3D%2B5sbfAqQ%3DrWJEkhCFQ%40mail.gmail.com.


Re: Help me to Create This Django Project -

2024-11-14 Thread June Nkwenge
Hey,

How much are you paying for this project, and when do you need it by?

June.

On Wed, Nov 13, 2024 at 11:21 PM Suraj Naithani 
wrote:

> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>
> * Objective *
> We are building a credit bureau update system, and we are looking for a
> Python/Django developer to implement an algorithm that updates a credit
> score based on a set of predefined factors. The system should also include
> a dynamic pop-up interface that asks a series of questions pulled from a
> database. Based on the user's responses, the system will calculate and
> display a credit score.
>
> *  Requirements *
> *1. Database Model -*
> You need to create a database schema that stores:
> ● A list of questions (stored in a Question model) along with possible
> answers (A, B, C, D).
> ● A UserResponse model to track users' answers to each question.
>
> *2. Credit Scoring Algorithm *
> ● Based on the answers to these questions, develop an algorithm to
> calculate the credit score.
> ● The algorithm should assign specific scores to each possible answer
> (e.g., if the user answers "Always" to a question about making payments on
> time, award more points).
>
> *3. Dynamic Pop-up Interface*
> ● Use Django to render the form dynamically with questions from the
> database. ● When the user submits the answers, store them in the database
> and calculate the credit score. ● Provide a pop-up interface (using
> JavaScript or Django template features) where users can answer the
> questions. 4. Web Application Features
>
> *4. Web Application Features  *
> ● Form Page: A page that displays the questions and captures user
> responses.
> ● Popup: A modal pop-up that displays each question one by one. The user
> should answer them and submit their responses.
> ● Results Page: After the user submits the form, a results page should
> show their calculated credit score
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CACPRhGtk1LN-RGzu_zUoo8bWqnM_2NFtckeapskGqJ0ktjzA_Q%40mail.gmail.com.


Re: Help me to Create This Django Project -

2024-11-14 Thread Anthony Flury
Sorry to be clear - I meant to write :

The fact that not only the objective but also key parts of the design are
done (only two tables) is another clue that this is NOT a real world
request from a paying customer.  In my experience real customers don’t tell
the developer about the internal design, or even the choice of framework.


On Thu, Nov 14, 2024 at 9:07 AM Anthony Flury 
wrote:

> Sorry, But this feels very homework like to me.
>
> a real credit bureau would be far more complex with a lot of secure B2B
> interfaces to companies such as banks and other organisations.
>
> The fact that not only the objective but also key parts of the design are
> done (only two tables) is another clue that this is a real world request
> from a paying customer.
>
> While I understand that Django can be confusing to a beginner asking for
> someone to help write your course work feels like cheating to me. I
> certainly wouldn’t be happy with taking college/school credit for a project
> that was my work.
> Now if in the course of you writing this you hit a specific technical
> issue or don’t understand a specific aspect of something you need to solve,
>  Then I am sure many people here will help you.
>
>
> On Wed, Nov 13, 2024 at 8:21 PM Suraj Naithani 
> wrote:
>
>> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>>
>> * Objective *
>> We are building a credit bureau update system, and we are looking for a
>> Python/Django developer to implement an algorithm that updates a credit
>> score based on a set of predefined factors. The system should also include
>> a dynamic pop-up interface that asks a series of questions pulled from a
>> database. Based on the user's responses, the system will calculate and
>> display a credit score.
>>
>> *  Requirements *
>> *1. Database Model -*
>> You need to create a database schema that stores:
>> ● A list of questions (stored in a Question model) along with possible
>> answers (A, B, C, D).
>> ● A UserResponse model to track users' answers to each question.
>>
>> *2. Credit Scoring Algorithm *
>> ● Based on the answers to these questions, develop an algorithm to
>> calculate the credit score.
>> ● The algorithm should assign specific scores to each possible answer
>> (e.g., if the user answers "Always" to a question about making payments on
>> time, award more points).
>>
>> *3. Dynamic Pop-up Interface*
>> ● Use Django to render the form dynamically with questions from the
>> database. ● When the user submits the answers, store them in the database
>> and calculate the credit score. ● Provide a pop-up interface (using
>> JavaScript or Django template features) where users can answer the
>> questions. 4. Web Application Features
>>
>> *4. Web Application Features  *
>> ● Form Page: A page that displays the questions and captures user
>> responses.
>> ● Popup: A modal pop-up that displays each question one by one. The user
>> should answer them and submit their responses.
>> ● Results Page: After the user submits the form, a results page should
>> show their calculated credit score
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAN0Bb7dOkFUkgrY%3DNGy7UC45mYPAw8CoTaBKNJ59CdtstfODrQ%40mail.gmail.com.


Re: Help me to Create This Django Project -

2024-11-14 Thread Nawab Alam Sohel
I need one developer who make betting website
Real life API working on my website
Please experience person contact me

On Thu, Nov 14, 2024, 2:00 PM Luciano Martins (luxu) 
wrote:

> chatGPT guys.
>
> Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani
> escreveu:
>
>> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>>
>> * Objective *
>> We are building a credit bureau update system, and we are looking for a
>> Python/Django developer to implement an algorithm that updates a credit
>> score based on a set of predefined factors. The system should also include
>> a dynamic pop-up interface that asks a series of questions pulled from a
>> database. Based on the user's responses, the system will calculate and
>> display a credit score.
>>
>> *  Requirements *
>> *1. Database Model -*
>> You need to create a database schema that stores:
>> ● A list of questions (stored in a Question model) along with possible
>> answers (A, B, C, D).
>> ● A UserResponse model to track users' answers to each question.
>>
>> *2. Credit Scoring Algorithm *
>> ● Based on the answers to these questions, develop an algorithm to
>> calculate the credit score.
>> ● The algorithm should assign specific scores to each possible answer
>> (e.g., if the user answers "Always" to a question about making payments on
>> time, award more points).
>>
>> *3. Dynamic Pop-up Interface*
>> ● Use Django to render the form dynamically with questions from the
>> database. ● When the user submits the answers, store them in the database
>> and calculate the credit score. ● Provide a pop-up interface (using
>> JavaScript or Django template features) where users can answer the
>> questions. 4. Web Application Features
>>
>> *4. Web Application Features  *
>> ● Form Page: A page that displays the questions and captures user
>> responses.
>> ● Popup: A modal pop-up that displays each question one by one. The user
>> should answer them and submit their responses.
>> ● Results Page: After the user submits the form, a results page should
>> show their calculated credit score
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/ee7f423a-8b02-4a61-8994-42387e6e98e4n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAE2sf103u0KggX0ctFTGnN8%2BJK%2Bn3iUAcoaC1bMS9tqq%2B6Mhmw%40mail.gmail.com.


Re: Help me to Create This Django Project -

2024-11-14 Thread Morteza Mn
True.

On Thu, Nov 14, 2024 at 11:37 AM Abdul Qoyyuum Haji Abdul Kadir <
[email protected]> wrote:

> Hi Luciano,
>
> Try not to rely on AI to do the coding for you. That's not how we stay
> relevant or be better than AI.
>
> On Thu, 14 Nov 2024 at 16:00, Luciano Martins (luxu) 
> wrote:
>
>> chatGPT guys.
>>
>> Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani
>> escreveu:
>>
>>> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>>>
>>> * Objective *
>>> We are building a credit bureau update system, and we are looking for a
>>> Python/Django developer to implement an algorithm that updates a credit
>>> score based on a set of predefined factors. The system should also include
>>> a dynamic pop-up interface that asks a series of questions pulled from a
>>> database. Based on the user's responses, the system will calculate and
>>> display a credit score.
>>>
>>> *  Requirements *
>>> *1. Database Model -*
>>> You need to create a database schema that stores:
>>> ● A list of questions (stored in a Question model) along with possible
>>> answers (A, B, C, D).
>>> ● A UserResponse model to track users' answers to each question.
>>>
>>> *2. Credit Scoring Algorithm *
>>> ● Based on the answers to these questions, develop an algorithm to
>>> calculate the credit score.
>>> ● The algorithm should assign specific scores to each possible answer
>>> (e.g., if the user answers "Always" to a question about making payments on
>>> time, award more points).
>>>
>>> *3. Dynamic Pop-up Interface*
>>> ● Use Django to render the form dynamically with questions from the
>>> database. ● When the user submits the answers, store them in the database
>>> and calculate the credit score. ● Provide a pop-up interface (using
>>> JavaScript or Django template features) where users can answer the
>>> questions. 4. Web Application Features
>>>
>>> *4. Web Application Features  *
>>> ● Form Page: A page that displays the questions and captures user
>>> responses.
>>> ● Popup: A modal pop-up that displays each question one by one. The user
>>> should answer them and submit their responses.
>>> ● Results Page: After the user submits the form, a results page should
>>> show their calculated credit score
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion visit
>> https://groups.google.com/d/msgid/django-users/ee7f423a-8b02-4a61-8994-42387e6e98e4n%40googlegroups.com
>> 
>> .
>>
>
>
> --
> Abdul Qoyyuum Bin Haji Abdul Kadir
> Nickname: Q
> More about me: https://buymeacoffee.com/qoyyuum
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/CANVqoJ-uJ6RMUkBT1EgRb_S2Cp3SEFUs0nMxC3xfECD6sc0EzQ%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAL0rTWajrEUPE8Rh5Knj07hvOUBjq-PQ-QsSL-hCs6X1%3Du66Ww%40mail.gmail.com.


Re: Help me to Create This Django Project -

2024-11-14 Thread Anthony Flury
Sorry, But this feels very homework like to me.

a real credit bureau would be far more complex with a lot of secure B2B
interfaces to companies such as banks and other organisations.

The fact that not only the objective but also key parts of the design are
done (only two tables) is another clue that this is a real world request
from a paying customer.

While I understand that Django can be confusing to a beginner asking for
someone to help write your course work feels like cheating to me. I
certainly wouldn’t be happy with taking college/school credit for a project
that was my work.
Now if in the course of you writing this you hit a specific technical issue
or don’t understand a specific aspect of something you need to solve,  Then
I am sure many people here will help you.


On Wed, Nov 13, 2024 at 8:21 PM Suraj Naithani 
wrote:

> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>
> * Objective *
> We are building a credit bureau update system, and we are looking for a
> Python/Django developer to implement an algorithm that updates a credit
> score based on a set of predefined factors. The system should also include
> a dynamic pop-up interface that asks a series of questions pulled from a
> database. Based on the user's responses, the system will calculate and
> display a credit score.
>
> *  Requirements *
> *1. Database Model -*
> You need to create a database schema that stores:
> ● A list of questions (stored in a Question model) along with possible
> answers (A, B, C, D).
> ● A UserResponse model to track users' answers to each question.
>
> *2. Credit Scoring Algorithm *
> ● Based on the answers to these questions, develop an algorithm to
> calculate the credit score.
> ● The algorithm should assign specific scores to each possible answer
> (e.g., if the user answers "Always" to a question about making payments on
> time, award more points).
>
> *3. Dynamic Pop-up Interface*
> ● Use Django to render the form dynamically with questions from the
> database. ● When the user submits the answers, store them in the database
> and calculate the credit score. ● Provide a pop-up interface (using
> JavaScript or Django template features) where users can answer the
> questions. 4. Web Application Features
>
> *4. Web Application Features  *
> ● Form Page: A page that displays the questions and captures user
> responses.
> ● Popup: A modal pop-up that displays each question one by one. The user
> should answer them and submit their responses.
> ● Results Page: After the user submits the form, a results page should
> show their calculated credit score
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/9fc9fd8d-d25d-422c-a64d-f71dfd85dd60n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CAN0Bb7doHf0mNr6Bund0LqDEnCCX095agcKdJDR%2BFynt%2BOmftg%40mail.gmail.com.


Re: Help me to Create This Django Project -

2024-11-14 Thread Luciano Martins (luxu)
chatGPT guys.

Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani 
escreveu:

> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>
> * Objective *
> We are building a credit bureau update system, and we are looking for a 
> Python/Django developer to implement an algorithm that updates a credit 
> score based on a set of predefined factors. The system should also include 
> a dynamic pop-up interface that asks a series of questions pulled from a 
> database. Based on the user's responses, the system will calculate and 
> display a credit score.
>
> *  Requirements *
> *1. Database Model -*
> You need to create a database schema that stores: 
> ● A list of questions (stored in a Question model) along with possible 
> answers (A, B, C, D). 
> ● A UserResponse model to track users' answers to each question. 
>
> *2. Credit Scoring Algorithm *
> ● Based on the answers to these questions, develop an algorithm to 
> calculate the credit score. 
> ● The algorithm should assign specific scores to each possible answer 
> (e.g., if the user answers "Always" to a question about making payments on 
> time, award more points). 
>
> *3. Dynamic Pop-up Interface* 
> ● Use Django to render the form dynamically with questions from the 
> database. ● When the user submits the answers, store them in the database 
> and calculate the credit score. ● Provide a pop-up interface (using 
> JavaScript or Django template features) where users can answer the 
> questions. 4. Web Application Features  
>
> *4. Web Application Features  *
> ● Form Page: A page that displays the questions and captures user 
> responses. 
> ● Popup: A modal pop-up that displays each question one by one. The user 
> should answer them and submit their responses. 
> ● Results Page: After the user submits the form, a results page should 
> show their calculated credit score  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/ee7f423a-8b02-4a61-8994-42387e6e98e4n%40googlegroups.com.


Re: Help me to Create This Django Project -

2024-11-14 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Luciano,

Try not to rely on AI to do the coding for you. That's not how we stay
relevant or be better than AI.

On Thu, 14 Nov 2024 at 16:00, Luciano Martins (luxu) 
wrote:

> chatGPT guys.
>
> Em quarta-feira, 13 de novembro de 2024 às 17:21:50 UTC-3, Suraj Naithani
> escreveu:
>
>> *  Credit Bureau Update with Algorithm and Dynamic Question Pop-up - *
>>
>> * Objective *
>> We are building a credit bureau update system, and we are looking for a
>> Python/Django developer to implement an algorithm that updates a credit
>> score based on a set of predefined factors. The system should also include
>> a dynamic pop-up interface that asks a series of questions pulled from a
>> database. Based on the user's responses, the system will calculate and
>> display a credit score.
>>
>> *  Requirements *
>> *1. Database Model -*
>> You need to create a database schema that stores:
>> ● A list of questions (stored in a Question model) along with possible
>> answers (A, B, C, D).
>> ● A UserResponse model to track users' answers to each question.
>>
>> *2. Credit Scoring Algorithm *
>> ● Based on the answers to these questions, develop an algorithm to
>> calculate the credit score.
>> ● The algorithm should assign specific scores to each possible answer
>> (e.g., if the user answers "Always" to a question about making payments on
>> time, award more points).
>>
>> *3. Dynamic Pop-up Interface*
>> ● Use Django to render the form dynamically with questions from the
>> database. ● When the user submits the answers, store them in the database
>> and calculate the credit score. ● Provide a pop-up interface (using
>> JavaScript or Django template features) where users can answer the
>> questions. 4. Web Application Features
>>
>> *4. Web Application Features  *
>> ● Form Page: A page that displays the questions and captures user
>> responses.
>> ● Popup: A modal pop-up that displays each question one by one. The user
>> should answer them and submit their responses.
>> ● Results Page: After the user submits the form, a results page should
>> show their calculated credit score
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/django-users/ee7f423a-8b02-4a61-8994-42387e6e98e4n%40googlegroups.com
> 
> .
>


-- 
Abdul Qoyyuum Bin Haji Abdul Kadir
Nickname: Q
More about me: https://buymeacoffee.com/qoyyuum

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-users/CANVqoJ-uJ6RMUkBT1EgRb_S2Cp3SEFUs0nMxC3xfECD6sc0EzQ%40mail.gmail.com.