Compare commits
No commits in common. "main" and "meetings" have entirely different histories.
Arabica and Robusta Coffee Varietals.xlsxFlavour spectrum - AW.xlsGrape Growing Regions.xlsxLiquor Quality - aggregate scoring with shades.odsLiquor Quality - aggregate scoring with shades.xlsxRice Wine Producing Regions.xlsxSake - Rice, Koji and Yeast.xlsxSake Characteristics.xlsTasting Flow V2.xlsxTasting Flow V4.xlsxTasting Menu and Flow.xlsxVisual Assessment - Nature.xlsxgrape varieties - white and red tabs.xlsx
meetings
server-configuration
spirit characteristics - v3.xlsxtechnical-design-assets
technical-design.mdvenice_ai colour palette- extended green.pngwine colour hue.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Liquor Quality - aggregate scoring with shades.ods
Normal file
BIN
Liquor Quality - aggregate scoring with shades.ods
Normal file
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
|
|
@ -105,7 +105,7 @@ server {
|
|||||||
# domain name here
|
# domain name here
|
||||||
server_name staging.cellar.social;
|
server_name staging.cellar.social;
|
||||||
|
|
||||||
location /api/ {
|
location /api {
|
||||||
proxy_pass http://127.0.0.1:3000/;
|
proxy_pass http://127.0.0.1:3000/;
|
||||||
|
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
@ -215,22 +215,3 @@ npm run start
|
|||||||
# Verify that cellar-api process is running
|
# Verify that cellar-api process is running
|
||||||
pm2 list
|
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.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Before (image error) Size: 3.3 MiB After (image error) Size: 3.5 MiB |
@ -87,7 +87,7 @@ The backend app will also manage Npub whitelisting that `APP Relay` will use.
|
|||||||
|
|
||||||
#### Database
|
#### Database
|
||||||
|
|
||||||
[MongoDB Community Edition](https://www.mongodb.com/products/self-managed/community-edition) will be used as a NoSQL database (`DB`) to persist business data. Only the backend app will have access to the database.
|
[Cassandra](https://cassandra.apache.org/_/index.html) will be used as a NoSQL database (`DB`) to persist business data. Only the backend app will have access to the database.
|
||||||
|
|
||||||
The following tables are planned in the database:
|
The following tables are planned in the database:
|
||||||
|
|
||||||
|
Binary file not shown.
Before ![]() (image error) Size: 1.7 KiB |
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user