watermarkchurch / theporch-apollos

0 stars 2 forks source link

Awaken updates - Change requests #150

Closed jpowell closed 3 years ago

jpowell commented 3 years ago

Functional

Share

Graphics

... more on the way

jpowell commented 3 years ago

@mikezigster @skipperpickle @laurenlowens if you see something that's off, or should behave differently please add a comment and we'll prioritize in the list in the description.

skipperpickle commented 3 years ago

“Invalid Date” is showing up in schedule and event details when the Start Time = End Time (as when there are 0 min events like Doors Open and Go Home) IMG_2384 IMG_2385

skipperpickle commented 3 years ago

The header image on the Awaken tab is too small. (Not sure if this is a content issue or something else) IMG_2386

skipperpickle commented 3 years ago

The Close/Back buttons at the top don't have enough contrast with the map background. It feels like I'm stuck in map view.

IMG_2387

conrad-vanl commented 3 years ago

Everything makes sense to me except:

Post-conf resources - show series view, not just message list

Not sure what this means.

jpowell commented 3 years ago

Everything makes sense to me except:

Post-conf resources - show series view, not just message list

Not sure what this means.

Currently, the post conference mode appears to display a list of message tiles. We'd prefer the full series display view like the following:

image

conrad-vanl commented 3 years ago

So I can't put that view directly on the tab....so I can either have a single Card that opens that view, or the list of cards like I have it. I think the list of cards like I have it is probably better?

jpowell commented 3 years ago

So I can't put that view directly on the tab....so I can either have a single Card that opens that view, or the list of cards like I have it. I think the list of cards like I have it is probably better?

Ok - given that constraint we will stick to the list of message cards. Thanks!

mikezigster commented 3 years ago

IMG_42A0CD305A02-1

Descriptions are not showing line breaks.

jpowell commented 3 years ago

Deep links....

https://wcc-theporch-app.herokuapp.com/

query {
  conference {
    days {
      childContentItemsConnection {
        edges {
          node {
            id
            title
            childContentItemsConnection {
              edges {
                node {
                  id
                  title
                }
              }
            }
          }
        }
      }
    }
  }
}

Link is theporch://theporch/app-link/ContentSingle?itemId={id}

jpowell commented 3 years ago

diff of updates: https://github.com/watermarkchurch/theporch-apollos/compare/c9a6318411558e6834101bf7a512fa3664f68b83...master