DevLog #3: NIGHTMARE ON ACCOUNTS STREET
Far from being able to implement new shiney game features, I have spent the last several days integrating the frontend with the backend. Since the frontend was essentially a showroom UI/demo not a functional app - this took SIGNIFICANTLY more work than expected. And I'm not done... Recent accomplishments:
Built Comprehensive CI/CD Pipeline for the Frontend My first step was adding styling, linting, formatting, security checks, and static analysis on the frontend side. I also had to add branch protection/rules to keep deployments from going haywire... ,
Rebuilt Frontend to Accomodate Actual Backend API Structure - The frontend is now VAGUELY functional. Allowingf or account creation through one-time-passes. However, character creation is still gated behind subscription which is not yet implemented. ,
Implemented Functional Email Verification Sends - Now, mailgun actually works and sends Email verifications, Free Travel Passes, all tracked expertly by email logs in the admin dashboard on the back end ,
NEXT? Comprehensive Character Creation, Free Travel Code Activation