Michael Manoguerra

Results 11 issues of Michael Manoguerra

### from docs https://v8.swiperjs.com/angular#swiper-component-props : ``` `, }) export class AppComponent { onSwiper(params: EventsParams['swiper']) { const [swiper] = params; console.log(swiper); } beforeTransitionStart(params: EventsParams['beforeSlideChangeStart']) { ``` ### actual not a blocker...

since the service slug becomes a hardcoded value, we should not rely on programmatic creation of the slug in the loop, but instead create them explicitly in `seed.py` slug is...

we dont need to hold on to development migrations,so delete them before we launch the app

backend
devops

Some need to be updated ( our git workflow ), and others probably need freshening up.

documentation

I don't think toggling between sidebar search forms doesn't need the loading screen. opinionated issue, there's nothing wrong with it exactly, except for being a little jarring. We also see...

``` Visit Date: {new Date(visitData.created_at).toLocaleDateString( "en-US", { year: "numeric", month: "2-digit", day: "2-digit", timeZone: "UTC", })} ``` this occurs similarly in several places. make a component to display or a...

good first issue
frontend

use djangos deploy checklist https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/ note we are on django 2

backend
devops

go over the different components, and set defaults on unmount. example: when leaving either new participant or existing participant route, set a default participant. when leaving existing participant, set default...

frontend

the script commands are incorrect, and have a typo to start the application from the front end directory, you need to use the`../script/` (singular) directory, and run the scripts `sever`...

documentation

`/api/visits/populated/` permissions: - retrieve - This endpoint can return all the medical data for a particular visit. - It should probably not have a get all feature because that would...

backend