Added goal status toggle

• Added select element for goal status.
• Added default goal type "Ongoing" to the axios post req in SetGoals pg.
• Created separate select component for goal status selection but ended up not using because I didn't wanna wrangle with v-model on a component.
• Fixed sort order for goals in profile pg by adding sort DESC params to API endpoint.
• Updated roadmap to reflect goal edit feature is developed.