Compare commits

..

27 Commits

Author SHA1 Message Date
c2967f60f9 Upload files to "/"
Coffee Cupping Tasting Flow
2025-04-23 11:34:03 +00:00
nostrdev-com
c54294573b chore: added meeting notes 2025-04-23 13:23:52 +03:00
572eb71baf Upload files to "/"
Updated Tasting Flow: Visual Assessment, Primary Aromas and Flavours, Texture and Balance, Quality
2025-04-17 12:08:38 +00:00
a6d307235d Add meetings/ 20250416.md 2025-04-16 10:37:53 +00:00
cd61f4653a Update meetings/20250409.md 2025-04-16 10:34:30 +00:00
ed76cf026e Upload files to "/"
Updated Tasting Flow: Visual Assessment, Primary Aromas and Flavours, Texture and Balance, Quality
2025-04-14 02:44:33 +00:00
730d929c0d Delete Tasting Flow V2.xlsx
Updated
2025-04-14 02:43:17 +00:00
6e80eb7039 Upload files to "/"
V2 Tasting Flow: Visual Assessment, Primary Flavours and Aromas, Texture and Balance
2025-04-14 01:50:07 +00:00
0f77c57f81 Upload files to "/" 2025-04-13 08:43:38 +00:00
92cc71f714 Delete Liquor Quality - aggregate scoring with shades.ods 2025-04-13 08:42:41 +00:00
b59d920790 Upload files to "/"
cellar social colour palette
2025-04-13 08:26:08 +00:00
8844bff925 Delete venice_ai colour palette- extended.png
added a green to the palette
2025-04-13 08:25:19 +00:00
5d78d2e049 Upload files to "/" 2025-04-13 08:13:03 +00:00
bcc31130ec Upload files to "/"
Visual Assessment Colour Hues for Type
2025-04-13 01:36:41 +00:00
0d4669e934 Upload files to "/"
List of major grapes. There are thousands, listed most common commercial varieties
Can be combined into one list as white wines can be made from red grapes, however not red from white!
2025-04-11 09:11:01 +00:00
a3d12d7c73 Update meetings/20250409 2025-04-09 18:12:01 +00:00
c36c00d746 Add meetings/20250409 2025-04-09 12:00:47 +00:00
3a2f91c21b Upload files to "/"
use this colour palette for the website and marketing promo

8B0000 Dark Red
4a2e1a Dark Brown
d4a35f Light Tan
f5f5dc Off White
262626 Dark Gray
ffa500 Bright Orange
9370db Medium Purple
2025-04-09 09:16:07 +00:00
adf0168d49 Delete spirit characteristics - v2.xlsx 2025-04-09 07:13:02 +00:00
2ee460cf89 Upload files to "/" 2025-04-09 07:12:32 +00:00
27f0d4702d Upload files to "/" 2025-04-09 05:30:14 +00:00
dbc183512b Upload files to "/" 2025-04-03 09:46:51 +00:00
2c66c580f7 Merge pull request 'docs: added docker configuration' () from staging-server into main
Reviewed-on: 
2025-03-27 10:27:54 +00:00
nostrdev-com
99dae32921 docs: added docker configuration 2025-03-27 13:27:18 +03:00
bc1bc9f618 Merge pull request 'docs(tech-design): replaced cassandra with mongodb' () from tech-design-update into main
Reviewed-on: 
2025-03-26 11:17:47 +00:00
nostrdev-com
a6d998d1d2 docs(tech-design): replaced cassandra with mongodb 2025-03-26 14:15:57 +03:00
257403eac5 Merge pull request 'docs: added 20250326 meeting notes' () from meetings into main
Reviewed-on: 
2025-03-26 10:05:33 +00:00
24 changed files with 50 additions and 7 deletions

Binary file not shown.

BIN
Coffee Tasting Flow.xlsx Normal file

Binary file not shown.

BIN
Flavour spectrum - AW.xls Normal file

Binary file not shown.

BIN
Grape Growing Regions.xlsx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Sake Characteristics.xls Normal file

Binary file not shown.

BIN
Tasting Flow V2.xlsx Normal file

Binary file not shown.

BIN
Tasting Flow V4.xlsx Normal file

Binary file not shown.

BIN
Tasting Menu and Flow.xlsx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

5
meetings/ 20250416.md Normal file

@ -0,0 +1,5 @@
[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

11
meetings/20250409.md Normal file

@ -0,0 +1,11 @@
[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

8
meetings/20250423.md Normal file

@ -0,0 +1,8 @@
# 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,3 +215,22 @@ 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.

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.5 MiB

After

(image error) Size: 3.3 MiB

@ -87,7 +87,7 @@ The backend app will also manage Npub whitelisting that `APP Relay` will use.
#### 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.
[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.
The following tables are planned in the database:

Binary file not shown.

After

(image error) Size: 1.7 KiB

BIN
wine colour hue.xlsx Normal file

Binary file not shown.