<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tagg-frontend.git/.github, branch master</title>
<subtitle>A dead social media startup from Brown University in react native. Here for code quality purposes.
</subtitle>
<id>https://www.git.mfoi.dev/tagg-frontend.git/atom?h=master</id>
<link rel='self' href='https://www.git.mfoi.dev/tagg-frontend.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/'/>
<updated>2021-07-26T17:20:35Z</updated>
<entry>
<title>Add husam and michael</title>
<updated>2021-07-26T17:20:35Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@tagg.id</email>
</author>
<published>2021-07-26T17:18:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=5016cb62e53be3434fea7073face4489b296cdda'/>
<id>urn:sha1:5016cb62e53be3434fea7073face4489b296cdda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add associated PR link, Add four test categories</title>
<updated>2021-07-14T15:05:32Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@tagg.id</email>
</author>
<published>2021-07-14T15:05:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=736e88018e4ebbe4de588b5f869798cf5c622f09'/>
<id>urn:sha1:736e88018e4ebbe4de588b5f869798cf5c622f09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #428 from TaggiD-Inc/tma868-update-pr-templates</title>
<updated>2021-05-18T22:26:01Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@tagg.id</email>
</author>
<published>2021-05-18T22:26:01Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=bf1c2fdc6314bee438453c01db46ec99e5beef50'/>
<id>urn:sha1:bf1c2fdc6314bee438453c01db46ec99e5beef50</id>
<content type='text'>
[TMA-868] Update PR Template</content>
</entry>
<entry>
<title>Add real users</title>
<updated>2021-05-17T21:03:16Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@tagg.id</email>
</author>
<published>2021-05-17T21:03:16Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=e8e51c004ba655c756c14e8d28ab593fa7168c1d'/>
<id>urn:sha1:e8e51c004ba655c756c14e8d28ab593fa7168c1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add configuration files for auto assign</title>
<updated>2021-05-17T20:58:45Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@tagg.id</email>
</author>
<published>2021-05-17T20:58:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=052d1c5b077a948c4e1a11d77d9dcf6cebf5cd67'/>
<id>urn:sha1:052d1c5b077a948c4e1a11d77d9dcf6cebf5cd67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update pr template</title>
<updated>2021-05-17T18:34:02Z</updated>
<author>
<name>Ivan Chen</name>
<email>ivan@tagg.id</email>
</author>
<published>2021-05-17T18:34:02Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=b499035b1287ce12fc57f272c3c208295a6e16be'/>
<id>urn:sha1:b499035b1287ce12fc57f272c3c208295a6e16be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add linter to Github Actions (#18)</title>
<updated>2020-07-14T14:10:18Z</updated>
<author>
<name>Husam Salhab</name>
<email>47015061+hsalhab@users.noreply.github.com</email>
</author>
<published>2020-07-14T14:10:18Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=3547018e9f803a5ff747126e16b9ef559c3f95cf'/>
<id>urn:sha1:3547018e9f803a5ff747126e16b9ef559c3f95cf</id>
<content type='text'>
* added lint.yml

* updated to run on PRs

* uses yarn lint

* fixed linting error

* fixed some more linting</content>
</entry>
<entry>
<title>[TMA-60] Registration Page UI &amp; Field Validation (#13)</title>
<updated>2020-07-08T16:56:17Z</updated>
<author>
<name>Leon Jiang</name>
<email>35908040+leonyjiang@users.noreply.github.com</email>
</author>
<published>2020-07-08T16:56:17Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=e32241734c8cc258812ac12c7727aaa7f947eed5'/>
<id>urn:sha1:e32241734c8cc258812ac12c7727aaa7f947eed5</id>
<content type='text'>
* 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 &amp; 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 &amp; 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 &amp; OverlayView components

* update index.ts export files

* build registration page UI with basic validation

* yarn lint/type &amp; 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 &amp; 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</content>
</entry>
<entry>
<title>Consolidated lines about rebasing</title>
<updated>2020-07-06T15:48:09Z</updated>
<author>
<name>Justin Shillingford</name>
<email>jgs272@cornell.edu</email>
</author>
<published>2020-07-06T15:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=5403ee01bbeb5e8f33d153197c2966e291c1e327'/>
<id>urn:sha1:5403ee01bbeb5e8f33d153197c2966e291c1e327</id>
<content type='text'>
Helps to keep the checklist short and concise
</content>
</entry>
<entry>
<title>Misspelled 'succinct' lol 😅</title>
<updated>2020-07-02T17:29:15Z</updated>
<author>
<name>Justin Shillingford</name>
<email>jgs272@cornell.edu</email>
</author>
<published>2020-07-02T17:29:15Z</published>
<link rel='alternate' type='text/html' href='https://www.git.mfoi.dev/tagg-frontend.git/commit/?id=2b49f3ada705b1909b9dc600c96bbc3bc38000bc'/>
<id>urn:sha1:2b49f3ada705b1909b9dc600c96bbc3bc38000bc</id>
<content type='text'>
</content>
</entry>
</feed>
