-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature: Room adverts #804
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation works as expected, but I see you haven't quite used ember octane. I know that lots of the entire app is still written in the old style, but please try to follow the checklist (most important): https://guides.emberjs.com/release/upgrading/current-edition/glimmer-components/
and if relevant the rest of the octane upgrade guide mentioned there.
For example, named arguments means we should be using @roomAdvert.location
in our templates, not roomAdvert.location
And we should not be using import Component from '@ember/component';
in any of our new components. Always use native classes for everything, and for components only ever extend glimmer components.
These are the main UX points I found. I will leave a code review later, this Friday evening probably |
I am inclined to agree
unable to reproduce
take a look at the designs supplied by promocie. if you disagree, let's first get this merged and then have a talk to the promocie. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## staging #804 +/- ##
===========================================
- Coverage 13.44% 13.25% -0.19%
===========================================
Files 439 455 +16
Lines 3110 3175 +65
===========================================
+ Hits 418 421 +3
- Misses 2692 2754 +62 ☔ View full report in Codecov by Sentry. |
what browser was this again? then I can check if this happens to me too regarding the input box for available from, I'm working on that: csvalpha/amber-api#439 |
it was in Microsoft edge |
So everything is good, except that the "available from" field will be changed to a date instead of text by @DrumsnChocolate ? So do I still have to do anything or will you guys merge it when you are done? |
I'll merge it when I've taken care of the remaining two points: autofill address field, and the type change of the availableFrom field. |
EDIT: Turns out I can't read |
what am I doing lmao, that's a completely different form |
depends on csvalpha/amber-api#439 |
Added room adverts. They are accessible via http://localhost:4200/room-adverts and via the menu-item in the left sidebar.
There is also a view for unauthorized users on the public part of the website, it is accessible via http://localhost:4200/public/room-forum and via the menu-item "Kamerforum" in the "Over ons" dropdown.
Please also check if the English translations are proper English, as nobody except from me has looked at them so far.
Note: it requires the following amber-api branch to function properly: csvalpha/amber-api#393 NOTE BY MATTEO: this backend branch has already been incorporated into staging