Giter VIP home page Giter VIP logo

weeklyxamarin.mobile's Introduction

WeeklyXamarin.mobile

Mobile Application for the Weekly Xamarin Newsletter

  • iOS: Build status

Functional Requirements

  • View Issues
  • View Articles
    • Inside the application (Reader view if we can)
    • Launch out to default browser
  • View Contributors (curation or articles)
  • Add an article (submit an article for review) - via a share target
  • View events (streams, meetups, large events)
  • Search articles (title, description, author, tags)
  • Push Notifications (of new articles)
  • Save an article
  • Mark an article as a favorite
  • Upvote articles
  • Suggest topics to provide a backlog of ideas for content creators

Functional - Nice To Haves

  • Cache HTML of articles for offline view (maybe a user setting)

Non-Functional Requirements

  • Theming (dark / light / custom modes)
  • No Auth - user not required to login
  • CI/CD Github Actions
  • Testing builds and releases (AppCenter)
  • UITests (maybe depending on the complexity and cost)
  • Caching of Newsletter Issues (Editions) & Articles (Titles, authors, tags, links)

Goals

  • Recognise the community
  • No Backend - No hosting infrastructure

Platforms

  • iOS, Android (Priority 1)
  • UWP (maybe via UNO), Wasm, MacOS, Linux (Nice to have)
  • Blazor
  • Dual Screen

Tech

Development

  • Very open source, anyone can contribute to the app
  • Contributions welcome (and acknowledged)

weeklyxamarin.mobile's People

Contributors

adenearnshaw avatar bls-lisa-bowden avatar egvijayanand avatar jamesmontemagno avatar jonparker avatar kphillpotts avatar lachlanwgordon avatar lucecarter avatar smabuk avatar wahidustoz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

weeklyxamarin.mobile's Issues

Empty indicator on Bookmarks screen

If you go to the bookmaks screen before you've liked anything it looks broken.

Maybe we should say something like "There's nothing here yet, swipe on an article to heart it and it will show up in your starred list".

Create Model Objects

Create the model objects for the project.

Note: Given we are probably going to move away from Curated, we probably don't want to adhere too closely to what they are using, so we should just create a nice clean set of Model objects that suit our app.

Issues

  • Issue Number
  • Issue Date
  • Issue Description
  • List Curators

Articles

  • Article ID
  • Title
  • Author (Reference to an author object?)
  • URL
  • Description
  • Issue Published
  • Category

Author

  • Author ID
  • Author Name
  • Profile Photo URL
  • Github URL
  • WebPage URL
  • Twitch URL
  • YouTube URL
  • Twitter URL

Event

  • Event ID
  • Title
  • URL
  • Date
  • Event Type (Conference, User Group, Live Stream, Webinar)

Loading Indicator on Editions Page

When an edition page is initially loaded and not in the cache, we should add some kind of indicator of loading/progress until it is pulled down.

Thanks to @MdeBruin93 for this suggestion on the live stream

MVVM & DI Choices

Are there going to be any restrictions on using an MVVM framework vs INPC with a BaseViewModel? same question about DI container? I see this as a teaching opportunity to show how to do VM functional testing with Xamarin.Forms.Mocks.

What about cool infrastructure-y things like Fody, to cut down the property noise? (Assuming Simon will let us use it in a demo project. I am Patron in OC, if that makes a difference.)

Shell Navigation

We've already got Shell in the App, why not leverage the URL engine?

Notification Icon not displaying correctly on Android

VortexCDN: I noticed that when I get a notification from the weekly xamarin app the notification icon in the top bar of my android is slightly smaller then other icons, I just wanted to make you guys aware.

Harrison464: that blank icon on notifications is something with not having the right image. after some version you have to use a different image

Cache data locally

Provide a cache of the json source data so.

  1. It can work disconnected
  2. faster startup and access to data

There isn't sufficient data that storing all of it locally would be a problem

Light and Dark Themes

Every hipster needs theme support - and we are no different.

My suggestion is just keep it to Light/Dark using the fancy new features of AppThemeColor objects

Split business logic code into .Net Standard Project

I like to keep models, viewmodels and services in a separate project.

This is fairly trivial to do now but will be a pain if we leave it to later in the project

I'm not sure how many of these ideas will end up being implemented but this will make implementing any of these much easier when we get to it:

  • Unit Testing
  • Dependency Injection
  • Adding more platforms
  • reusing code on a server

Reverse Order of Editions

Currently, the list of previous editions is oldest first, we want to have this in descending order so the newest edition is shown first.

Teams / Boards

Now that GH is free for Teams any thoughts about setting up a team with a board for tracking tasks?

Azure CI / CD on a Project

Whats the process for doing CI / CD for project with multiple authors possibly working on the YAML? (I am thinking of any Secure variables we might want to keep (just as a teaching point)). I have never had shared owners of CI in a non corp / Active Directory situation.

I am assuming we just do it on our Azure account with our fork and see what the PR reveals in hard coded / relative paths. I can see Badges in the Readme.md possibly being "path-y / specific URI" based.

Can we use Xamarin.BuildTools? Will we will track with the latest XF release?

Create Initial Xamarin.Forms Project

Requirements:

  • Latest version of Xamarin.Forms, Essentials
  • Using Shell
    • Basic Tab setup for the various sections (Issues, Saved, Events, Settings)
    • Tab Images
    • Search bar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.