Compare commits

..

No commits in common. "main" and "tech-design-update" have entirely different histories.

25 changed files with 1 additions and 44 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1,5 +0,0 @@
[design]
- To change up the colors / test it out with black purple white and see how that goes
- On user login, checks if it's a new user or not, if yes, popup appears to to ask user if this npub is a normal user/consumer or producer (this would affect how their profile page works, and a product cannot review any other product / they can just publish product)
- There's two profiles, one user and one producer

@ -1,11 +0,0 @@
[design]
- Edit the design of of initial search in hero section in the landing page (remove search bard, and all selections: product, type, style, characteristic, location (this one specifically has filter checkboxes in its popup) [search button]), popups remain.
- don't change navigation bar
- round corners where seemed appropriate, like buttons and maybe tags
- add / change review submission to include a lengthy selection process, and present it
- - to also have a summary design of total reviews (excluding text reviews of course)
- reply system/style is similar to deg mods (popup depth system)
- remove "Seller Name's Latest Products" section
- Add "Product Details" or "Details" tab (last tab) after reviews/comments
- Publishing a review costs money, replying (normal commenting/replying) to review doesn't (free), and commenting is also free

@ -1,8 +0,0 @@
# Product
- `Producer` can modify product only during 24 hours after submition.
- `Producer` can delete product at any time.
# Review
- `Reviwer` can modify review only during 24 hours after submition.

@ -105,7 +105,7 @@ server {
# domain name here
server_name staging.cellar.social;
location /api/ {
location /api {
proxy_pass http://127.0.0.1:3000/;
proxy_set_header Host $http_host;
@ -215,22 +215,3 @@ npm run start
# Verify that cellar-api process is running
pm2 list
```
## Docker
Under `otto` user:
```bash
# Install docker
curl -fsSL https://get.docker.com | sudo sh
# Add api user to the docker group so it can run docker without sudo rights
sudo usermod -aG docker api
```
Under `api` user:
```bash
# Log in to docker group to avoid to log out and log in again
newgrp docker
```

Binary file not shown.

Binary file not shown.

Before

(image error) Size: 1.7 KiB

Binary file not shown.