Commit Graph

12 Commits

Author SHA1 Message Date
5b8107c169 Add GOTH stack CRM platform skeleton
- Go module with chi router, bcrypt
- SQLite schema for 9 tables
- Auth, Clients, Customers, Services, Scheduling, Payments, Q&A handlers
- HTMX template layouts
2026-04-21 15:56:40 +00:00
e8bb767884 feat: initial setup with WhatsApp CRM apps and sync services 2026-04-05 17:29:28 +00:00
590037e1c4 adding some spaces for better reading 2026-03-26 21:09:42 +00:00
f79abea0e9 renamed 2026-03-26 21:07:46 +00:00
2a10a06a90 renamed 2026-03-26 21:07:29 +00:00
ad15f16dd1 renamed 2026-03-26 21:07:00 +00:00
2fbf801dcd renamed 2026-03-26 21:06:35 +00:00
e5c2f9889f fix and improve screeshots naming convention 2026-03-26 21:05:46 +00:00
cbd7e6f7b6 update dir 2026-03-26 21:00:20 +00:00
1f959133a0 screenshots from app 2026-03-26 20:59:00 +00:00
1eefa50bc9 adding some screeshots 2026-03-26 20:57:07 +00:00
@gabriel.pereira
6796398924 refactor: restructure monorepo for clean portfolio layout
- Move timesfm-forecast into apps/ directory
- Flatten Udacity portfolio projects from deep URL-encoded paths
  into data-engineering/01-XX numbered directories
- Remove old My-Data-Engineering-Portifolio/ parent directory
- Rewrite root README.md: professional overview with badges,
  project table, and repo structure diagram
- Create data-engineering/README.md with per-project descriptions
- Add README.md for 02-cassandra-modeling (was missing)
- Add README.md for 05-airflow-pipelines (was missing)
- Normalize capstone readme.md -> README.md
- Update .gitignore: add *.cfg, *.env, *.zip, *.sas7bdat,
  Jupyter checkpoints, IDE dirs; remove uv.lock exclusion
- Add dwh.cfg.example and dl.cfg.example credential templates
- Untrack real credential files (dwh.cfg, dl.cfg)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-26 16:48:50 -03:00