msramalho / nextoi

Next To Implement App | sorting personal projects in an overfitted manner

Home Page:https://play.google.com/store/apps/details?id=io.msramalho.nextoi&hl=en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NexToI | Next To Implement

sorting personal projects in an overfitted manner

If you want to overfit this to yourself just edit this line and build your own apk.

Built with Ionic and Angular

   

Description

Typically for people who have more ideas than time to implement them all, this app helps you figure out which should be the next one to be implemented.

This app allows you to manage by adding new ideas as they sprout, classifying them on multiple categories such as:

  • motivation
  • social status
  • profitability
  • workload
  • educational
  • door opening
  • usefulness
  • scalability
  • costs
  • realistic

You can then sort, filter and search for your ideas and ultimately archive and delete them.

Development
  • ionic cordova build ios/android --prod build for android
  • ionic cordova run android --device run on android
  • ionic cordova run android --device -l --debug run on android for debug
  • ionic cordova build browser + ionic serve --cordova --platform browser to have cordova with livereload
  • ionic serve --lab --cordova --platform browser to open the ionic-lab
Deployment

PlayStore

Outdated

  1. source
  2. run release.sh (custom made file)
  3. upload to play store

Updated

  1. If android platform is still not present: cordova platform add android
  2. Update the cdvVersionCode in gradle.properties to be larger than the one visible in Google Play Console (as a reference started as 100001 for v1.0.1)
  3. Update the version in package.json and config.xml
  4. ionic cordova build android --prod --release (will generate gradlew if not present)
  5. Copy my-release-keys.jks and release-signing.properties
  6. Next step requires release-signing.properties to exist in android/platform according to this, otherwise playstore won't accept as it is not signed
  7. cd platforms/android/ and then ./gradlew clean bundle - aftwerwards the signed (assuming release-signing.properties) bundle will be available here
  8. Go to Google Play Console select app > Release Management > App Releases > Production and upload new bundle

About

Next To Implement App | sorting personal projects in an overfitted manner

https://play.google.com/store/apps/details?id=io.msramalho.nextoi&hl=en


Languages

Language:TypeScript 68.1%Language:HTML 16.5%Language:SCSS 10.8%Language:JavaScript 4.6%