As I mentioned recently, I didn’t have much time to work on the app this week, but I managed to add two things. I started by adding a feature flag to authorize controllers. This helped me with the second thing mentioned in the title. The interview component was pretty easy to do as it is similar to the question editing component I added a few weeks ago.
This week I will try to focus on reset password feature as in my opinion it is the last thing to implement to have fully working app π.
I also want to set aside some time this week to think about my next project and how I can describe it here because it won’t be an app this time.
what was done last week?
- feature flag in backend settings for turning off the controller authorization (will be useful for local developement)
- component for managing interviews
what was the biggest impediment?
At first I tried to implement the feature flag for turning off the controller authorization in too complex way. I have started to do it using policy which was not the best solution for my problem. Then I found that I can do it way quicker only changing the Program.cs file
what is the plan for next week?
- validations for the registration form
- reset password feature
- think on designing premium mode
time spent
- from last week
6h 0m - overall
245h 30m
costs
- from last week
32 $ - overall
32 $
summary
After this week, I know that the days when I spent over 20 hours a week on Codendella are over. Now I will focus more on another thing that I plan to describe here from February.