Skip to content
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

Add product pages #272

Open
6 tasks
umairwaheed opened this issue Jan 28, 2023 · 0 comments
Open
6 tasks

Add product pages #272

umairwaheed opened this issue Jan 28, 2023 · 0 comments
Assignees

Comments

@umairwaheed
Copy link
Member

umairwaheed commented Jan 28, 2023

Add product list and product detail pages. The structure will be similar to how we handle blogs. Here is a task breakdown:

  • Add product list JSX page
  • Add product detail JSX page
  • Add data/products/saas-erp.md
  • Fill product list page automatically. It should list all the products that exists in data/products/ directory.
  • There should be an index field in MD file so that we can sort products on the list page.
  • Add feature flag in utils/contants.ts

The markdown file format should be similar to service detail markdown file.

The HTML for product list page can be something like this:

<h4><a href="/products/saas-erp">SaaS ERP</a></h4>
<p>Description of SaaS ERP <a href="/products/saas-erp">learn more</a></p>

<h4><a href="/products/scooprank">ScoopRank</a></h4>
<p>Description of ScoopRank <a href="/products/scooprank">learn more</a></p>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants