Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
@startgantt
[Prototype design] lasts 10 days
[Test prototype] starts after [Prototype design]'s end and lasts 5 days
[Product launch] starts at [Test prototype]'s end
@endgantt
We've encountered an issue exporting this macro. Please try exporting this page again later.Image Added

This quickly outlines a project timeline, indicating that testing begins after the prototype design is complete, followed by the product launch.

...

Code Block
@startmindmap
* eCommerce Website
** User Interface
*** Landing Page
*** Product Page
*** Checkout Page
** Backend
*** User Management
*** Payment Processing
*** Inventory Management
@endmindmap
We've encountered an issue exporting this macro. Please try exporting this page again later.Image Added

This mind map breaks down the components of an eCommerce website, a helpful guide during planning and development stages.

...

Code Block
@startwbs
* Bicycle
** Frame
*** Top Tube
*** Down Tube
** Wheels
*** Rim
*** Spokes
@endwbs
We've encountered an issue exporting this macro. Please try exporting this page again later.Image Added

This breaks down a bicycle into parts, useful in a manufacturing context.

...

Code Block
@startsalt
{
  Home   "Product Page"   ShoppingCart
  [Welcome, user!]
  [List of Products]
  [Add to cart]
}
@endsalt
We've encountered an issue exporting this macro. Please try exporting this page again later.Image Added

This wireframe sketches a basic product page, vital during the early stages of website development.

...