Compare commits
27 Commits
Author | SHA1 | Date | |
---|---|---|---|
c2967f60f9 | |||
|
c54294573b | ||
572eb71baf | |||
a6d307235d | |||
cd61f4653a | |||
ed76cf026e | |||
730d929c0d | |||
6e80eb7039 | |||
0f77c57f81 | |||
92cc71f714 | |||
b59d920790 | |||
8844bff925 | |||
5d78d2e049 | |||
bcc31130ec | |||
0d4669e934 | |||
a3d12d7c73 | |||
c36c00d746 | |||
3a2f91c21b | |||
adf0168d49 | |||
2ee460cf89 | |||
27f0d4702d | |||
dbc183512b | |||
2c66c580f7 | |||
|
99dae32921 | ||
bc1bc9f618 | |||
|
a6d998d1d2 | ||
257403eac5 |
Arabica and Robusta Coffee Varietals.xlsxCoffee Tasting Flow.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
BIN
Arabica and Robusta Coffee Varietals.xlsx
Normal file
BIN
Arabica and Robusta Coffee Varietals.xlsx
Normal file
Binary file not shown.
BIN
Coffee Tasting Flow.xlsx
Normal file
BIN
Coffee Tasting Flow.xlsx
Normal file
Binary file not shown.
BIN
Flavour spectrum - AW.xls
Normal file
BIN
Flavour spectrum - AW.xls
Normal file
Binary file not shown.
BIN
Grape Growing Regions.xlsx
Normal file
BIN
Grape Growing Regions.xlsx
Normal file
Binary file not shown.
Binary file not shown.
BIN
Liquor Quality - aggregate scoring with shades.xlsx
Normal file
BIN
Liquor Quality - aggregate scoring with shades.xlsx
Normal file
Binary file not shown.
BIN
Rice Wine Producing Regions.xlsx
Normal file
BIN
Rice Wine Producing Regions.xlsx
Normal file
Binary file not shown.
BIN
Sake - Rice, Koji and Yeast.xlsx
Normal file
BIN
Sake - Rice, Koji and Yeast.xlsx
Normal file
Binary file not shown.
BIN
Sake Characteristics.xls
Normal file
BIN
Sake Characteristics.xls
Normal file
Binary file not shown.
BIN
Tasting Flow V2.xlsx
Normal file
BIN
Tasting Flow V2.xlsx
Normal file
Binary file not shown.
BIN
Tasting Flow V4.xlsx
Normal file
BIN
Tasting Flow V4.xlsx
Normal file
Binary file not shown.
BIN
Tasting Menu and Flow.xlsx
Normal file
BIN
Tasting Menu and Flow.xlsx
Normal file
Binary file not shown.
BIN
Visual Assessment - Nature.xlsx
Normal file
BIN
Visual Assessment - Nature.xlsx
Normal file
Binary file not shown.
BIN
grape varieties - white and red tabs.xlsx
Normal file
BIN
grape varieties - white and red tabs.xlsx
Normal file
Binary file not shown.
5
meetings/ 20250416.md
Normal file
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
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
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
|
||||
```
|
||||
|
BIN
spirit characteristics - v3.xlsx
Normal file
BIN
spirit characteristics - v3.xlsx
Normal file
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:
|
||||
|
||||
|
BIN
venice_ai colour palette- extended green.png
Normal file
BIN
venice_ai colour palette- extended green.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.7 KiB |
BIN
wine colour hue.xlsx
Normal file
BIN
wine colour hue.xlsx
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user