Skip to content

Releases: fablabjoinville/agenda-saude

v1.0.1

05 Oct 18:29
00b6b3b
Compare
Choose a tag to compare

Algumas mudanças nesse pacote:

  • Adicionada funcionalidade de reagendamento para Pfizer
  • Adicionada melhoria na visualização do paciente
  • Correções de bug no reagendamento

v1.0.0

16 Sep 13:40
913b18c
Compare
Choose a tag to compare
Possibilitando reagendar apos cancelamento de D2 (#387)

v0.1.0

30 Mar 03:51
e8e8eab
Compare
Choose a tag to compare
V2: Operator (user-facing) and Community (patient-facing) refactor (#…

…262)

* Remove commented out code

* Teste Rapido is no longer used

* Move alert warning to layout

* Remove test_rapido

* Remove ActiveAdmin for now

* Remove unused files

* Forgot to update this one

* Replace find_appointment_patient with appointment.patient

* Simplify toggle

* Remove ignore_flash, not clear why we use that instead of just not setting the flash msg in the first place

* Redirect to root_path

* No need to require helper

* Info regarding printing page and internal code for appointment.

* Remove transaction and to locking UPDATE on single SQL query to provide atomocity

* Rename vars to make it more clear

* Remove references to last_appointment

* Remove last_appointment

* Exceptions service

* Update app/controllers/time_slot_controller.rb

Co-authored-by: Eduardo Fonseca <edrd.fons@gmail.com>

* Re-introduce Appointment.transaction

* Update ExceptionNotifierService with better DI

* Removing as this was being spun up on assets precompile and we should be using a delayed job instead of threads

* rubocop

* rubocop

* rubocop

* Remove unused controller

* Remove as we need to make this a delayed job instead of threaded

* Remove header

* Bump bundler

* Use service instead of sentry directly

* Fix ExceptionNotifierService since I removed the ApplicationService for now

* No more need to have this as we solved the issue with SerializationFailure

* No need to cache @patient here

* Fix tests by removing reload and eager-loading appointment

* Rename to better reflect var intent

* Showing dose numeration

* Fixing vaccinated screen

* Simplify second_dose calculation

* Clean up other attributes too

* Only create 2nd vaccine after 1st dose

* Update tests for 2nd dose

* Set default to true to active to avoid creation of suspended appointments

* Devise location

* New Operator interface

* Update appointment and application

* New locales for kaminari and others

* Kaminari for bootstrap

* Remove old Ubs interface

* Commenting out part of the seed to create DB closer to prod

* Test files

* rubocop

* rubocop

* Show alert on the main layout

* Kaminari pagination for Bootstrap

* Moving Formats

* Devise localization

* Set appointments.active as true by default

* Consolidate on states

* Improve search interface

* Rails locales

* Better explain when it will take place

* Fix operator login

* Merge UserSessionController and Operator::Base

* Better warning when patient got vaccinated

* Better search order

* Remove old test for UbsController

* Update Rspec

* Remove test for old UbsHelper

* Fix scheduler when switching appointments

* Rename file

* Fix profile spec

* Restore seed and fix test path

* Fix month name

* Removing route for removed controller

* Novo nome de aba, mostrando bairro, corrigindo telefone

* Remove tests not used

* Tests to make it green

* Missing selector

* Wrong selector, fixed

* Update Tod to better support Rails 6

* Removing due to bad merge

* rubocop

* Show counter on filter tabs

* Being more lenient with Rubocop

* Update test

* rubocop

* Remove unused files

* Disable registerable user

* Fix test

* Rubocop and CodeClimate leniency

* Improve codeclimate config

* Improve codeclimate config

* Updating flay and reek locally, disabling on CC for now

* Fix CC config syntax

* Rubocop, CodeClimate and various gems configs updated

* Remove references to second_dose

* Small fixes to UI

* Use data-confirm instead of prompt

* New patients UI (WIP)

* New dose

* New re-schedule interface and fixed seed

* Refreshed home page

* New patient login and creation UI

* Working mothers name challenge

* Replace old patients interface

* Vaccinated patient

* rubocop

* Super admin interface

* Super admin interface

* rubocop

* rubocop

* rubocop

* Remove empty tests

* Fix tests and code

* Fixing tests and seed

* rubocop and codeclimate config

* Document code

* Update tests

* Missing translation

* Tests and cypress

* Small fixes

* Remove N+1 queries from groups

* Use Bootstrap classes

* Use group_ids instead of manually handling groups

* Update cypress test

* Fix app (and cookie) name and how we log out

* Mechanism to disable rescheduling during high demand times

* Remove count on homepage for now

* Bring MatBit's on https://github.com/MakersNetwork/agenda-saude/pull/263 this branch

* Fix redirect

* New button{

* rubocop

* Remove another N+1

* Info for empty day

* Fixing bugs, admin interface

* Comment

* rubocop

* Unify scopes

* Update one more scope

* Fix another missing scope

* Set log level on prod

* Handle different UBSs

* Removing reference to bedridden index

* Main error pages in portuguese

* Adding Barnes for Heroku metrics

* rubocop

* Update test

* Update seed

* Disable barnes outside puma

* Avoids issues with seeds around end of day

* Update pry

* Revert "Avoids issues with seeds around end of day"

This reverts commit add0ce7f2aaac1b35840e94a93825b10adc44843.

Co-authored-by: Eduardo Fonseca <edrd.fons@gmail.com>

v0.0.1

30 Mar 03:51
Compare
Choose a tag to compare
Accept patients with age >= 68