Added new blog post

This commit is contained in:
Tristan Ancelet 2023-11-09 14:32:53 -06:00
parent 5ca0fbe588
commit 4bb822e8b2
3 changed files with 34 additions and 0 deletions

View File

@ -47,3 +47,4 @@ I have to test the app and try to get to each individual section to test that ea
| Name | Notes | | Name | Notes |
|:-------------:|-----------| |:-------------:|-----------|
| Bobby Whitley | Team Lead | | Bobby Whitley | Team Lead |

View File

@ -0,0 +1,31 @@
%title REF-290 Submitted
---------------------------
[[index.wiki|Index]]
---------------------------
last 5 posts
---------------------------
- [[1699375988-ref-209-start.wiki|REF-290: Start]]
- [[1698642000-first-ticket.wiki|First Ticket]]
- [[1693890000-blog-issue.wiki|Blog Issue]]
- [[1693630800-hello-world.wiki|Hello World]]
*Date:* 2023/11/09
*Author:* Tristan Ancelet
= REF-290 Submitted =
== Further Work ==
To finish off what I've done for my REF:
- I (after talking with my lead) had to bind a view (R.id.timeout_text_input as timoutInput) and call timeoutInput.setError in the section needing to present errors (MoreFragment.java)
- Had to add errorEnabled to TextInputLayoutStyle (as it seems I forgot to do so to begin with despite notating it in my commit).
== People Mentioned In post ==
------------------------------
| Name | Notes |
|:-------------:|-----------|
| Bobby Whitley | Team Lead |

View File

@ -7,6 +7,8 @@
## Blog Posts ## Blog Posts
------------- -------------
- [[1699558725-ref-290-submitted.wiki|2023/11/09 - REF-290 Submitted ]]
- [[1699375988-ref-209-start.wiki|2023/11/07 - REF-290: Start ]] - [[1699375988-ref-209-start.wiki|2023/11/07 - REF-290: Start ]]
- [[1698642000-first-ticket.wiki|2023/10/30 - First Ticket ]] - [[1698642000-first-ticket.wiki|2023/10/30 - First Ticket ]]