You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We work on the user flow for the new development of the reservation system
The services offered by booking will be available if we have a session started, which can be
1.become a host
2.register (if you are already registered, login)
Motivation
Why are we doing this?
The system requires being able to manage which user accesses the services, being able to manage the feedback received from users and thus be able to provide reliable recommendations for accommodation.
For this we have 2 options to access
-become a host
-register (login if you are already registered)
What use cases does it support?
When a user wants to take a trip and:
user needs to know the expenses
user needs to get accommodation
and so you can feel more confident based on past experiences of other users
What is the expected result?
-provide user confidence.
-being able to manage the feedback given by the user and thus show the best option
Detailed design
React js with javascript
We will use these tools as we want to learn more about this framework and language.
The user will start on the main page
In the header section you will have a button with the options
become a host
register or log in
if you are already or after entering you will have a box of your profile
where you can display 4 options that will take you to the appropriate section:
Posts
Notifications
List of favorites
Bill
Drawbacks
Why shouldn't we do this? Please consider:
Compensation:
Techincall Debt // New Skills in the team.
Continuous update of react thanks to facebook and the community.
Alternatives
What other designs have been considered?
Use Next.js
Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering.
TypeScript support, smart bundling, route pre-fetching, and more.
No config needed
What is the impact of not doing this?
Take a little more time in development since it requires configuration and therefore learn new technologies such as webpack, and babel
Adoption strategy
We do not have an implementation strategy since the examples we know of how it could be do not make it very clear.
How we teach this
The learning curve will grow through platzi courses, expert article recommendations, and self-education.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
MI RFC
Start Date: 2022-03-01
Members: Hector Haro - Nicolas Ortiz
RFC PR: (leave this empty)
Summary
We work on the user flow for the new development of the reservation system
The services offered by booking will be available if we have a session started, which can be
1.become a host
2.register (if you are already registered, login)
Motivation
The system requires being able to manage which user accesses the services, being able to manage the feedback received from users and thus be able to provide reliable recommendations for accommodation.
For this we have 2 options to access
-become a host
-register (login if you are already registered)
When a user wants to take a trip and:
user needs to know the expenses
user needs to get accommodation
and so you can feel more confident based on past experiences of other users
-provide user confidence.
-being able to manage the feedback given by the user and thus show the best option
Detailed design
React js with javascript
We will use these tools as we want to learn more about this framework and language.
The user will start on the main page
In the header section you will have a button with the options
become a host
register or log in
if you are already or after entering you will have a box of your profile
where you can display 4 options that will take you to the appropriate section:
Posts
Notifications
List of favorites
Bill
Drawbacks
Why shouldn't we do this? Please consider:
Compensation:
Alternatives
What other designs have been considered?
TypeScript support, smart bundling, route pre-fetching, and more.
No config needed
What is the impact of not doing this?
Take a little more time in development since it requires configuration and therefore learn new technologies such as webpack, and babel
Adoption strategy
We do not have an implementation strategy since the examples we know of how it could be do not make it very clear.
How we teach this
The learning curve will grow through platzi courses, expert article recommendations, and self-education.
Unresolved questions
How to implement strategies?
Beta Was this translation helpful? Give feedback.
All reactions