Zemerik / ZemShowcase

Showcase & Connect with Developers
https://zemshowcase.vercel.app
Apache License 2.0
13 stars 2 forks source link

Automated Project Registration #10

Open Zemerik opened 4 weeks ago

Zemerik commented 4 weeks ago

Currently, adding your project to the showcase is too much work and makes it hard for users to contribute. To fix this, we need to create a registration form which can collect the required information from an user, and then had his / her project to the showcase with all the details.

Bashamega commented 3 weeks ago

Hello:)

I would like to work on this issue. I will integrate docker and postgressql, and add the form ui.

Zemerik commented 3 weeks ago

Thanks Adam, assigned to you 👍

Bashamega commented 3 weeks ago

Hello:)

I have started working on this. And i was wondering how do you preview the data on the article page? I have tried to update the getStaticProps function but it seems that you are not using it on your code base.

Bashamega commented 3 weeks ago

I have tried reading the code, but it is not easy to understand.

Zemerik commented 3 weeks ago

Hey @Bashamega ,

I am not quite sure what you are asking, and don't really seem to remember since I wrote this code a while ago. I suggest that you use the same UI as the Contact Form UI, but change the email configuration.

Regards, Zemerik

Bashamega commented 3 weeks ago

Hey @Bashamega ,

I am not quite sure what you are asking, and don't really seem to remember since I wrote this code a while ago. I suggest that you use the same UI as the Contact Form UI, but change the email configuration.

Regards, Zemerik

I mean how do you get the article json?

Zemerik commented 3 weeks ago

I don't remember using an article json during the process, I used emailJS to transfer the information to my email using their public Service ID, TemplateID, and Public Access Code.

Bashamega commented 3 weeks ago

I don't remember using an article json during the process, I used emailJS to transfer the information to my email using their public Service ID, TemplateID, and Public Access Code.

I mean, how did you build the article page. Where you are directed to when you click view project. The article post

Zemerik commented 3 weeks ago

You are redirected to the following path, in which information about the project is added 👇

src/pages/project/[id].tsx.

btw, thanks for fixing the client side error

Bashamega commented 3 weeks ago

You are redirected to the following path, in which information about the project is added 👇

src/pages/project/[id].tsx.

btw, thanks for fixing the client side error

I am very happy that it got fixed.

I need to know how you get the information of that page src/pages/project/[id].tsx.

Bashamega commented 3 weeks ago

I am very glad that it worked