> For the complete documentation index, see [llms.txt](https://zqmike.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zqmike.gitbook.io/workspace/master.md).

# Headstart

**Replies** instead of **Replays**

`replaysText`should be `repliesText`

**Task**

I don't think we can create tasks in our template, so I believe the data types that are there, and the description about tasks is not relevant. \
\
**Dashboard info**\
As far as i'm concerned you can't do global changes via the dashboard. There might be a chance that you'd be able to change the way some elements look, or receive data and express it in charts/graphs.<br>

I believe we don't have an old index no more. Since there was a task about deleting all the old unused elements.\
\
Signup and login is now on one page only.

**blog**

blogDiscussions - corrected

**stripePlan**

This data-type allows users to subscribe to a `stripePlanName` that was pre-populated in stripe. The field `stripePrice` stores a plan's price and `planDescription` stores the info about a particular plan. \
\
We only have subscriptions in the app. You pay once for the subscription. No recurring payments. \
\
We have 16 pages, if to consider the 404 page as well.<br>

\
**404 page**\
\
This is a custom designed page for 404 errors.\
\
**login page**\
\
Login contains within itself the login container and the signup container. The appropriate container is shown depending on the parameter that we receive in the URL when heading to that page. \ <br>

## **UPDATE**

**Pages:**

**Checkout**

The checkout page contains all the products that you've added to your cart. It shows the products along with their name, the quantity that you want to purchase, subtotal and total values of your items.&#x20;

**Dreambox**

On this page you will have listed all the items that you've marked as favorites. You can add them to your cart later if you want to.

**Data Structure**

**Order**

Users can add products to his cart and the order data type takes fields like`finished` , `orderItems` , `orderItems`, `total, coupon`, `address`.

#### User(update)

Whenever you mark a product as favorite, it adds this product to the Current User field `favorites`, which is a list of Products.

**Coupon**

This type has 2 fields in it; `coupon`, `nominal`. Before a user can apply a coupon, admin has to create the coupon in the database. The field `coupon` takes the coupon's name and `nominal` the amount of discount to be received.\
\
\
**Chatroom** is no longer a data type. It was deleted.

\
We have 16 pages in our app.

\
Reset\_pw is a standard page in bubble and can't be deleted. We are not using it since we have our own way of reseting a password.

The page **Plans** is currently not being used in our app. It is a design mockup.
