-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/migrating services #21
Closed
Closed
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
e6e751b
implementation
aniamisiorek 0a2ce14
Merge pull request #19 from GenerateNU/main
aniamisiorek f47ba3c
feat(server): implemented services, controller, route, etc. to improv…
DOOduneye 2eb4b0a
style: formatting
DOOduneye f87d79c
Update README.md
DOOduneye ed744eb
bump: version 0.2.0 → 0.3.0
DOOduneye 4764e19
Merge branch 'feature/migrating-services' of https://github.com/Gener…
DOOduneye 4bd7337
style: formatting
DOOduneye File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
## 0.3.0 (2023-11-01) | ||
|
||
### Feat | ||
|
||
- **server**: implemented services, controller, route, etc. to improve code quality | ||
- **HomeScreen**: added new HomeScreen component/screen | ||
- **HomeScreen**: implemented a simple HomeScreen for allhands | ||
|
||
### Fix | ||
|
||
- **persona.go**: linting error | ||
- **Router.tsx**: added route for GuidesPage | ||
|
||
## 0.2.0 (2023-10-19) | ||
|
||
### BREAKING CHANGE | ||
|
||
- Completely redos frontend | ||
|
||
### Feat | ||
|
||
- **Slider**: Make Slider update state | ||
- **Onboarding-Flow**: Added boiler plate for Onboarding Context | ||
- redo how the frontend is set up | ||
- **migrations**: added insert, drop, and reset | ||
- **db.go**: function to add data to the db | ||
|
||
### Fix | ||
|
||
- **Yarn-lock**: Fix node package issues that causes build to fail | ||
- **taskfile.yaml**: added task kill function | ||
|
||
## 0.1.1 (2023-10-07) | ||
|
||
### Fix | ||
|
||
- **db.go**: added error checking for migration | ||
|
||
## 0.1.0 (2023-10-07) | ||
|
||
### Feat | ||
|
||
- **aws.go**: established s3 connectivity | ||
|
||
### Fix | ||
|
||
- added permissions | ||
- **CI.yaml**: port change | ||
- **CI.yaml**: remove alove instances of postgres | ||
- **CI.yaml**: missing dependency | ||
- **scripts/verify_os.sh**: added functionality to differ scripts per os | ||
- **make-linter-happy**: made distinct err names | ||
- **init.sql**: spelling | ||
|
||
## 0.0.4 (2023-09-28) | ||
|
||
### Fix | ||
|
||
- **init.sql**: foreign key constrains | ||
- **init.sql**: bad sql statements, errors on migration | ||
|
||
### Refactor | ||
|
||
- **TestComponent.tsx**: updated the text | ||
- **init.sql**: updated migrations file for creating the db | ||
- installation process | ||
- **main.go**: fucked it up again | ||
- **testcomponent.tsx**: fucked it up a little bit | ||
- installation process | ||
|
||
## 0.0.3 (2023-09-13) | ||
|
||
### Fix | ||
|
||
- **init_db.sh**: fixed path | ||
|
||
## 0.0.2 (2023-09-12) | ||
|
||
### Refactor | ||
|
||
- tidy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ import { | |
} from "react-native-responsive-screen"; | ||
import LegacyWordmark from "../../components/reusable/LegacyWordmark"; | ||
import { SvgUri } from "react-native-svg"; | ||
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; | ||
// import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. unnecessary comment There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. frfr |
||
import { NavigationContainer } from '@react-navigation/native'; | ||
|
||
|
||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fax