Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(stays-models): contact information for accommodation providers #71

Closed
mfw78 opened this issue May 23, 2022 · 1 comment · Fixed by #89
Closed

feat(stays-models): contact information for accommodation providers #71

mfw78 opened this issue May 23, 2022 · 1 comment · Fixed by #89
Labels
C-lpms-server Components: server C-stays Component: stays dapp D-chore Difficulty: chore good first issue Good for newcomers P-high Priority: high

Comments

@mfw78
Copy link
Contributor

mfw78 commented May 23, 2022

Problem

Need some method of conveying contact information for the accommodation provider

Solution

Add contact information to the storage protobuf. Need to determine schema for this

@mfw78 mfw78 added D-chore Difficulty: chore C-lpms-server Components: server C-stays Component: stays dapp labels May 23, 2022
@xdaluca
Copy link
Contributor

xdaluca commented May 26, 2022

Property Information

message PR_Name { 

message PR_Email {

message PR_Telephone {
// country code

message PR_website {

also created the one for guests relating to #43

Guest information

message GU_FirstName { 

message GU_LastName {

message GU_AlternateName {
//option to use an alias 

message GU_Email {

message GU_Telephone {
// country code

@xdaluca xdaluca added this to the ETHBarcelona milestone May 26, 2022
@mfw78 mfw78 added good first issue Good for newcomers P-high Priority: high labels May 28, 2022
mfw78 added a commit that referenced this issue May 29, 2022
@mfw78 mfw78 linked a pull request May 29, 2022 that will close this issue
@mfw78 mfw78 closed this as completed in #89 May 30, 2022
mfw78 added a commit that referenced this issue May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-lpms-server Components: server C-stays Component: stays dapp D-chore Difficulty: chore good first issue Good for newcomers P-high Priority: high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants