Git Product home page Git Product logo

pha's People

Contributors

sabaoth87 avatar

Watchers

James Cloos avatar  avatar

pha's Issues

TODO 00 - Add 'Add Tool' UI

Design and add an 'Add Tool' UI to the Workbench.
Small/simple I believe is all that is required

  • Popup style
  • ETs / Spinners

TODO 11 - Issue Entry saveState

Need to finish populating the appropriate fields in the Issue

  • owner / assignee should be account/user names
  • ticket should be a random, unique number
  • milestone / project should be linked to trackable objects
  • progress should be a value that is based on:
    • owner input
    • open tasks / total tasks, if applied

WHYME 00 - performClick()

PHA_PuzzleView :: 67

I was required to add this to overcome an Android Lint: Accessibility warning
Look into it WHYT

TODO 02 - Add 'Search Tool' UI

As with the Add Tool UI, need simple, and lightweight UI for Searching within the tools dB.

  • simple Popup style with a spinner with criteria, ET with keyword(s)/tag(s)
  • ' Searching ... ' toast/overlay prompt
  • LV with results, selecting one with bring up a Tool View UI --> that will now have to be CREATED!

TRY 03 - SQL Query of All entries

I am still not sure how to properly query all entires of the db properly

Hoping something like this:

//Find all entries that have an _ID
        String selection = Contract_Reminder.ReminderEntry.COLUMN_TITLE + " ?";
        String[] selectionArgs = {};

NOTEME 00 - Remove References IDT

Lint captures that can be removed if no interference IDT (in due time)

activity_pha_reminders_list.xml
activity_workbench.xml

I would say, if the 'app' is running tickety by the first Milestone - remove all commented references found.

REMARK 00 - Date/Time Format

PHA_Reminder_Entry :: 394

This is probably not required here - should probably move it to constants/DbHandlers

FIXME 03 - onSaveInstance

PHA_Reminder_Entry :: 313

The outState should have the _ID thrown with it, so we can grab on return.
I believe that is how it goes...

TODO 08 - onDateSet do something...

PHA_Util_DatePicker :: 33

Is there something that has to be done when a date is set?
Or do i just read the values of the Object when the user is done?
Look into it!

TODO 03 - Tool View UI

Need to build a small, simple UI that can display the pertinent information of a tool

  • search result display
  • multiple menu-related endpoints
  • needed for #4

REMARK 01 - 'find' issues

I think I should either condense the 'finds' to one method
Have two, or more, variables passed to it, one being an
intent - a CASE SELECT of the intent will then determine
the query and return Cursor contents.

TODO 07 - onLocationChanged

Look into what to do with this location object!
Use the method to do tasks with the location object - such as?

TODO 09 - Remove reminders and alarms

ReminderService :: 15

Original Note:

These reminders and alarms will have to be stripped once we get this up and running
I have no use for them, and it seems this method of implementation is antiquated

I believe i originally intended these Reminders and Alarms to just be learning opportunities, and had thought to remove their existence once i had the PHA:LANX modules up and running.
I think i may be able to use these R&As if i can get them updated to current best-practices and working in a way which suits the app suite.

TRY 01 - Get Item Ids from List View entries

Pertains to a list of Db entries, selecting or long-pressing should/will bring up a context-sensitive menu to complete tasks on the entry. The _ID of the entry will have to be passed in order to perform operations on the proper entries.

I think i will have to populate a db with some dummy information in order to properly troubleshoot out what is happening, and where i will need to concentrate my efforts!

TODO 05 - FAB Distributed

I believe I just have to distribute the XML to each layout:

<android.support.v7.widget.Toolbar
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
        android:id="@+id/tb_Workbench"
        android:background="@color/colorAccent"
        android:elevation="4dp"
        android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
        />

and the call to each onCreate:

Toolbar toolbar = findViewById(R.id.tb_Workbench);
setSupportActionBar(toolbar);

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.