aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-07-26Add husam and michaelIvan Chen
2021-07-14Add associated PR link, Add four test categoriesIvan Chen
2021-05-18Merge pull request #428 from TaggiD-Inc/tma868-update-pr-templatesIvan Chen
[TMA-868] Update PR Template
2021-05-17Add real usersIvan Chen
2021-05-17Add configuration files for auto assignIvan Chen
2021-05-17Update pr templateIvan Chen
2020-07-14Add linter to Github Actions (#18)Husam Salhab
* added lint.yml * updated to run on PRs * uses yarn lint * fixed linting error * fixed some more linting
2020-07-08[TMA-60] Registration Page UI & Field Validation (#13)Leon Jiang
* remove unused image * refactor LoginInput component to be more generic * configure bare registration screen * create index files for exports * add yarn typing script * refactor and re-style LoginInput component * re-style login screen according to designs * make LoginInput name more generic, give TaggInput dirty & width props * add disabled feature to login screen submit button, finalized styles * add arrow images and create ArrowButton component * create RegistrationWizard component and move files around * added disabled & enabled buttons to ArrowButton component * create dummy terms and conditions text * create common CenteredView component for re-use * create custom RadioCheckbox for registration screen * create TermsConditions & OverlayView components * update index.ts export files * build registration page UI with basic validation * yarn lint/type & add platform-specific styling * add yarn type item to PR checklist * add react-native-animatable dependency to project * add regex variables to constants file * Add width prop for more flexible styling * Add types and disable auto-capitalization * Update email validation regex * Create linear-gradient background component * Update password regex and add inline docs * Refactor code to be more readable * Add warning prop and animation to TaggInput * Add wrapper View for vertical margins * Make JSX more readable & add TaggInput components * Integrate refactored code into registration page * Merge in login screen changes * Lint and fix file syntax * Fix function docs * Add ViewProps to CenterView props * Add KeyboardAvoidingView to Background component * Add blurOnSubmit for inputs, restore deleted handleLogin code * Create Verification screen and add it to routes * Add routing to Verification page upon success * Add API request upon registration submit * Trigger warning shaking animation on submit * Make disabled arrow touchable, tap triggers submit
2020-07-06Consolidated lines about rebasingJustin Shillingford
Helps to keep the checklist short and concise
2020-07-02Misspelled 'succinct' lol 😅Justin Shillingford
2020-07-02Added a checklist item about rebasing before PRJustin Shillingford
2020-07-02Added 'Packages added' section to PR TemplateJustin Shillingford
2020-06-26update gitignore & PR templateLeon Jiang
2020-06-23Update pull_request.mdJustin Shillingford
Added Documentation/repository update option to Types of changes
2020-06-23Added pull_request_template.mdJustin Shillingford
This is a (slightly modified) template I found on https://www.talater.com/open-source-templates/#/page/1. Since we likely won't be making any pull requests immediately, this is still up to changing from feedback (and the more feedback the merrier!). And whatever version ends up being pulled into the main repository, we can discuss in sprint retro and make modifications as necessary.