From 4bb822e8b2a838160e584396ddc8883e9a534d11 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Thu, 9 Nov 2023 14:32:53 -0600 Subject: [PATCH] Added new blog post --- 1699375988-ref-209-start.wiki | 1 + 1699558725-ref-290-submitted.wiki | 31 +++++++++++++++++++++++++++++++ index.wiki | 2 ++ 3 files changed, 34 insertions(+) create mode 100644 1699558725-ref-290-submitted.wiki diff --git a/1699375988-ref-209-start.wiki b/1699375988-ref-209-start.wiki index 8019291..edc9aad 100644 --- a/1699375988-ref-209-start.wiki +++ b/1699375988-ref-209-start.wiki @@ -47,3 +47,4 @@ I have to test the app and try to get to each individual section to test that ea | Name | Notes | |:-------------:|-----------| | Bobby Whitley | Team Lead | + diff --git a/1699558725-ref-290-submitted.wiki b/1699558725-ref-290-submitted.wiki new file mode 100644 index 0000000..7a99acc --- /dev/null +++ b/1699558725-ref-290-submitted.wiki @@ -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 | + diff --git a/index.wiki b/index.wiki index da72cd5..991194a 100644 --- a/index.wiki +++ b/index.wiki @@ -7,6 +7,8 @@ ## Blog Posts ------------- +- [[1699558725-ref-290-submitted.wiki|2023/11/09 - REF-290 Submitted ]] + - [[1699375988-ref-209-start.wiki|2023/11/07 - REF-290: Start ]] - [[1698642000-first-ticket.wiki|2023/10/30 - First Ticket ]]