Kostja P
Making appliku.com
It FKING WORKS! (finally fixed tones of bugs and finished deployment of the )
Fixed bugs related to static files not being served by Django
Rewrote dockerfile and docker-compose to run
Wrote bash + docker* scripts/files to build and run appliku app itself
Set up mailcow server for the first time :-)
Gitlab CI yml to build appliku app
Deployed a server on digitalocean and preparing to move from Netlify
Fixed paths for assets in angular so they work with Django static urls
Rewrote back+front code so that SessionAuthentication is used in API
Moved frontend angular project inside backend django repo
Started process of refactoring authentication between frontend and backend
backend sends email confirmation emails and activates account (fixes + improvements)
Email confirmation process upon registration + requesting email with activation link re-send done.
First release feature planning
Added a notification in interface when user's email address is not confirmed.
sign up and sign in process done (front + back)
Sign up page shows error on failed sign up and redirects to apps list in case of success registration
Interface + backend are talking: sign up page creates a user on backend!
Sign In functionality on backend API done
Took part in a consultancy job
ForgotPassword component's form is alive talking to the BackendService
Sign in and sign up forms are alive now, talking to BackendService
Started building an Angular Service to talk to the backend.
Interface Prototype: Fixes for mobile version