Commit Graph

24 Commits

Author SHA1 Message Date
Alex Tavarez
819c38c110 Added module for providing subroutines for repetitive queries 2025-09-02 17:16:27 -04:00
Alex Tavarez
abc6bbd4af Added module for useful authentication actions 2025-09-02 17:13:10 -04:00
Alex Tavarez
75451de7c1 Added a website configuration file 2025-09-02 17:04:57 -04:00
Alex Tavarez
41b11a7546 Modified transferable files by git 2025-09-02 16:37:30 -04:00
Alex Tavarez
ba6ce82d83 Added information about arity and return values to documentation of 'validate_map_format' 2025-07-25 12:30:00 -04:00
Alex Tavarez
f812711d9d Added documentation and changed import to not only allow 'validate' function 2025-07-25 12:25:04 -04:00
Alex Tavarez
75b43eb20a Added documentation 2025-07-25 12:23:21 -04:00
Alex Tavarez
07b1477a97 Provided aliases that loads on iex execution, for ease of writing Elixir database table updates or queries in iex 2025-07-25 12:22:36 -04:00
Alex Tavarez
18fbf4a344 Moved permissions strategy file for website to static content directory 2025-07-25 11:51:35 -04:00
Alex Tavarez
31a261ec62 Moved shell script to newly created bin directory 2025-07-25 11:48:40 -04:00
Alex Tavarez
20bd5ac4a5 Sets up permissions strategy for user access to website features or web app functionality 2025-07-25 11:39:24 -04:00
Alex Tavarez
e1a9f32c21 Added database data structures for processing and validating database table updates 2025-07-25 11:34:30 -04:00
Alex Tavarez
8eeeee3090 Added migrations, each creating a new database table 2025-07-25 11:30:28 -04:00
Alex Tavarez
043f85580a Created a bash script for mix commands generating database schemas and migrating 2025-07-25 11:29:30 -04:00
Alex Tavarez
651b55dcf8 Added version locking for new package dependencies 2025-07-25 11:28:03 -04:00
Alex Tavarez
e51be89b4c Added earmark and validate Elixir package dependencies 2025-07-25 11:27:22 -04:00
Alex Tavarez
addfac25f7 Created validation schema maps and keyword lists for database insertions 2025-07-25 11:25:34 -04:00
Alex Tavarez
da025dedfa Created a module for custom Ecto changeset validator functions 2025-07-25 11:21:41 -04:00
Alex Tavarez
8d85dde135 Installed new toml and earmerk dependencies and locked their version 2025-07-24 10:36:07 -04:00
Alex Tavarez
dd20b76fd5 Added toml and earmark dependencies for TOML and Markdown parsing or encoding/decoding support 2025-07-24 10:35:38 -04:00
Alex Tavarez
a766c59362 Added https parameter argument for config to enable HTTPS using self-signed certificate 2025-07-24 08:49:44 -04:00
Alex Tavarez
f9616ca3e5 Ignoring SSL certificates under priv/cert path 2025-07-24 08:39:50 -04:00
Alex Tavarez
81bc8f2ae4 Ignoring backup files or directories, i.e. files or directories with bak file extension. 2025-07-24 08:37:45 -04:00
Alex Tavarez
ad270e2490 Created an Elixir PHoenix web framework application project 2025-07-22 16:45:51 -04:00