-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a Profile Endpoint for the Frontend Repo #13
Comments
can i work on this issue? |
Hello @Riya123-code Yes you can work on it. We would be glad to have you... |
Thank you , As the site link https://kwickerhub.com/ is not reachable can you please explain me the architecture of this project so it will help me to work on this issue in a much better way . |
pls try http://kwickerhub.com we are fixing our SSL certificate.
…On Thu, Feb 2, 2023, 09:53 Riya Palyekar ***@***.***> wrote:
Thank you , As the site link https://kwickerhub.com/ is not reachable can
you please explain me the architecture of this project so it will help me
to work on this issue in a much better way .
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKWIBMWKJ4HFVDB4PH4LKTWVNYX3ANCNFSM6AAAAAAQ3A3LVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
mailer.php is a script that sends mails to people and It uses PHPmailer and
it depends on an external file called knowledge_power.php The later file
contains some secrets and keys that are totally ignored by git in order to
avoid security challenges. I believe the simplest way to solve the problem
is to comment the mailer function or "include mailer.php" during
registration/sign-up/sign-in and uncomment it after solving the issue.
Hope you are doing great? And by the way, did you clone the Frontend and
Backend repository?
… Message ID: ***@***.***>
|
Thank you for your reply, sir. |
Hello sir, user-title above mentioned details are currently hard coded on profile.html page. |
hello Riya Palyekar
*Wow. Nice Job Dear...*
Hope you are doing well? Once again, thank you. I think we can both
deliberate on stuff here 🤗. I was thinking every other thing would be
added in the addon section of the profile table as a JSON struture.
Is that ok? or should we create an additional table and call it "profile"?
This table would hold the details you mentioned.
Please let me know. I will accept your input. Though I prefer the
latter 😎
…On Fri, Mar 24, 2023 at 10:28 AM Riya Palyekar ***@***.***> wrote:
Hello sir,
above issue has been solved .I am able to display name and projects on
profile page from clients and projects database table respectively. Can you
please let me know from where can i get the below mentioned details of user
as i could not find them in any database table.
user-title
user-description
age
location
status
joined date
user skills
bio
contributions
achievements
above mentioned details are currently hard coded on profile.html page.
waiting for your reply
thank you.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKWIBNMHXKH3NA6QJBEVMTW5VSKDANCNFSM6AAAAAAQ3A3LVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
yes sir even i would prefer creating seperate database table 'Profile' containing only the user details mentioned above. |
Good morning from this corner of the world.
I'm supporting your move👍. Create a new table as you have said.
Pls do well to inform me after making adjustments so I can update our live
servers.
Don't forget to add columns for (id[primary key, auto increment], user_id,
addon, last_updated and other stuffs as mentioned from your previous email)
in the profile table. You can also replace the old SQL database with the
new one(that now includes the profile table).
I'm always here to help. 😊
On Mar 26, 2023 06:03, "Riya Palyekar" ***@***.***> wrote:
yes sir even i would prefer creating seperate database table 'Profile'
containing only the user details mentioned above.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKWIBKZ2EFSUAIJHOSFPBDW57E3TANCNFSM6AAAAAAQ3A3LVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
ok sir |
can we make a call? Are you online?
…On Wed, Mar 29, 2023 at 11:26 AM Riya Palyekar ***@***.***> wrote:
hello sir,
can you please confirm on this profile table ? is there anything i need to
add or change?
[image: image]
<https://user-images.githubusercontent.com/57311618/228505670-83f75e56-0415-4273-abc3-02c03dd0ac1a.png>
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKWIBPOBVNFYZH2DS2AHN3W6QE7HANCNFSM6AAAAAAQ3A3LVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Dear Riya Palyekar
From the database above, No need for projects, contributions row. The
projects and contributions data would be gotten from the projects and
assistance/modules db. change User_id to user_id in order to maintain the
standard of making all rows in the table start with lowercase(as usual).
Add rows for "bio", "achievements", "intro" and "skills". A string data
type should be ok.
Sorry for my late reply, In a few weeks from now, I will be free from some
tasks and I hope to use that opportunity to focus mainly on Kwickerhub.
…On Thu, Mar 30, 2023 at 2:48 PM Kenyor Ntem ***@***.***> wrote:
can we make a call? Are you online?
On Wed, Mar 29, 2023 at 11:26 AM Riya Palyekar ***@***.***>
wrote:
> hello sir,
> can you please confirm on this profile table ? is there anything i need
> to add or change?
> [image: image]
> <https://user-images.githubusercontent.com/57311618/228505670-83f75e56-0415-4273-abc3-02c03dd0ac1a.png>
>
> —
> Reply to this email directly, view it on GitHub
> <#13 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOKWIBPOBVNFYZH2DS2AHN3W6QE7HANCNFSM6AAAAAAQ3A3LVU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
yes I think it's ok. Hope "id" is already set as the primary key? 👍
Finally add a row called add_on So that if anything happens in the future,
We have an extra row to play with 😊
Nice Job 🔥👍
…On Thu, Mar 30, 2023, 17:12 Riya Palyekar ***@***.***> wrote:
Np sir,
Is this fine?
[image: image]
<https://user-images.githubusercontent.com/57311618/228898993-d89d3e99-7981-4af5-9df0-dcc08da95cc1.png>
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKWIBMIWHXOHQ55QCP2HYTW6WWIHANCNFSM6AAAAAAQ3A3LVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Bro. This looks great. I already visited Github this morning to accept your
pull request 😂LOL. Anyways I think we are all good. For faster response
you can reach me @ +2349097441316 - WhatsApp.
…On Sun, Apr 2, 2023 at 1:05 PM Riya Palyekar ***@***.***> wrote:
Hello sir,
Profile page is now dynamic! (data is getting fetched from projects and
profile table and display on profile page).
is this ok?
[image: image]
<https://user-images.githubusercontent.com/57311618/229351586-db8bc175-8f43-48a7-95e7-51a48e6a2051.png>
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKWIBKJ7DGIIKZREITBY7LW7FTQBANCNFSM6AAAAAAQ3A3LVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Few Questions even though everything looks good.
Are you sending the data from the backend to the frontend via a JSON
structure ?
Do we have a php script that handles inserting new and updating old profile
details or did you enter some details in the DB for testing purposes?
…On Mon, Apr 3, 2023 at 10:06 AM Kenyor Ntem ***@***.***> wrote:
Bro. This looks great. I already visited Github this morning to accept
your pull request 😂LOL. Anyways I think we are all good. For faster
response you can reach me @ +2349097441316 - WhatsApp.
On Sun, Apr 2, 2023 at 1:05 PM Riya Palyekar ***@***.***>
wrote:
> Hello sir,
> Profile page is now dynamic! (data is getting fetched from projects and
> profile table and display on profile page).
> is this ok?
> [image: image]
> <https://user-images.githubusercontent.com/57311618/229351586-db8bc175-8f43-48a7-95e7-51a48e6a2051.png>
>
> —
> Reply to this email directly, view it on GitHub
> <#13 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AOKWIBKJ7DGIIKZREITBY7LW7FTQBANCNFSM6AAAAAAQ3A3LVU>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
yes sir, i have used json format to transfer data from backend to frontend. Infect i have followed the same procedure that is used throughout the project while coding. |
Yeah. You can send in your PR, If we have any error, we would let you know
or possibly create an issue for it.
…On Mon, Apr 3, 2023 at 6:34 PM Riya Palyekar ***@***.***> wrote:
yes sir, i have used json format to transfer data from backend to
frontend. Infect i have followed the same procedure that is used throughout
the project while coding.
till now there is no php script for updating old profile . i have just
entered data in dB Tabel for testing.
am i good to raise a PR?
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOKWIBOJG4VN4L2RDTUGHUTW7MC3TANCNFSM6AAAAAAQ3A3LVU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello sir, I have raised PR for frontend and backend repository! |
We will love to get details about a User as to make his/her Profile page dynamic.
GOAL
Give a user id
We should produce more details about the user
the numbers in the modules and projects section represent the module and project ids respectively.
The text was updated successfully, but these errors were encountered: