Skip to content

Commit

Permalink
updating january agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael-Mori-2022 committed Dec 28, 2024
1 parent 55ca8d5 commit a3ab560
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
4 changes: 2 additions & 2 deletions lib/pescarte_web/controllers/agenda_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ defmodule PescarteWeb.AgendaController do
def show(conn, _params) do
current_month =
"appointments_data"
|> Pescarte.get_static_file_path("agenda_dezembro.csv")
|> Pescarte.get_static_file_path("agenda_janeiro.csv")
|> File.stream!()
|> CSV.parse_stream(skip_headers: false)
|> Enum.take(1)
|> List.first()

table_data =
"appointments_data"
|> Pescarte.get_static_file_path("agenda_dezembro.csv")
|> Pescarte.get_static_file_path("agenda_janeiro.csv")
|> File.stream!()
|> CSV.parse_stream()
|> Stream.drop(1)
Expand Down
22 changes: 0 additions & 22 deletions priv/static/appointments_data/agenda_dezembro.csv

This file was deleted.

10 changes: 10 additions & 0 deletions priv/static/appointments_data/agenda_janeiro.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Janeiro de 2025
DATA,HORÁRIO,ATIVIDADE,LOCAL
"16, 17, 21 e 23/01/2025",14h às 18h,Oficina de Letramento Digital Básico – Turma 3 Campos dos Goytacazes ,Sede Pescarte Campos dos Goytacazes
24.01.25,14h às 16h,18ª Reunião do Grupo de Acompanhamento de Obras de Quissamã,Sede Pescarte Quissamã
27.01.25,18h às 20h,1ª Reunião Grupo de Acompanhamento de Obras de Carapebus,Sede Pescarte Carapebus
29.01.25,18h às 20h,18ª Reunião Grupo de Acompanhamento de Obras Macaé,Sede Pescarte Macaé
29.01.25,18h às 20h,18ª Reunião Grupo de Acompanhamento de Obras Cabo Frio,Sede Pescarte Cabo Frio
29.01.25,18h30min às 20h30min,1ª Reunião Grupo de Acompanhamento de Obras de Rio das Ostras,Sede Pescarte Rio das Ostras
28 e 30/01/2025,14h às 18h,Oficina de Letramento Digital Básico – Turma 4 Campos dos Goytacazes,Sede Pescarte Campos dos Goytacazes
30.01.25,18h às 20h,18ª Reunião Grupo de Acompanhamento de Obras Arraial do Cabo,Sede Pescarte Arraial do Cabo

0 comments on commit a3ab560

Please sign in to comment.