GithubHelp home page GithubHelp logo

theexidge / routinger Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 22.0 9.87 MB

Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.

License: GNU Affero General Public License v3.0

Kotlin 0.12% Swift 0.38% Objective-C 0.04% Dart 93.37% HTML 4.17% CSS 0.58% Ruby 1.35%
android dart flutter hacktoberfest hacktoberfest-2022 hacktoberfest-starter hacktoberfest2023 ios open-source task-manager task-scheduler trc-woc

routinger's People

Contributors

arnav1776 avatar ayoubboulahtar avatar bayush-9 avatar grbavacigla avatar hassanteslim007 avatar jayakrishnan-manoj avatar kushalrock avatar lakshya-m avatar maronasn avatar perumallpardhiv avatar repeatercreeper 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

Watchers

 avatar  avatar

routinger's Issues

App uses deprecated version of the splash screen

Is your feature request related to a problem? Please describe.
The app uses a deprecated version of the splash screen which may be removed in the coming versions of flutter.

Describe the solution you'd like
Using a package to manage flutter splash screen.

Describe alternatives you've considered
Using flutter migration of splash screen tips.

Additional context
--Nope--

Weekly Chart Showing Number Of Tasks Completed

Is your feature request related to a problem? Please describe.
A chart where I can see my weekly stats below the experience points card. Such as how many tasks have I completed and so on.

Describe the solution you'd like
A line chart starting at Monday ending with Sunday showing how many tasks (Scheduled+Recurring) completed on a given day of the week.

Describe alternatives you've considered
Instead of merging both the scheduled and recurring there can be separate line charts for both of them.

Additional context
--None--

The app doesn't show image of icon properly in the notifications

Describe the bug
The app doesn't show the icon of the app in the notifications.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the floating action button
  2. Add any scheduled or recurring notification.
  3. Wait for the notification to arrive
  4. You will see a white block in place of the icon. [SEE IMAGES BELOW]

Expected behavior
The app's icon should have been shown in place of a white square block.

Screenshots
Screenshot_20210925-012352

Additional context
The icon that should be used in the notifications is initialized in lib/services/notifications.dart.

Ways to solve it
Changing the icon size or creating proper adaptive icons.

Ideas about why is this happening
I am not completely sure, but perhaps the issue is the use of non-proper adaptive icons and the size of the icon.

Setting Up a Flutter GitHub workflow for Android

Is your feature request related to a problem? Please describe.
GitHub workflows have almost become essential for projects. It becomes easier on part of the maintainers to test the app. Setting up a GitHub workflow which builds the app's apk and retains it for 5 days

Describe the solution you'd like
A flutter workflow that builds the apk and retains it for 5 days.

Additional context
Using GitHub actions and creating a buildapk.yml file inside .github/worflows directory would help us achieve our goal.

Shifting from hardcore values to variables

Is your feature request related to a problem? Please describe.
The app uses hard-coded values for border radius, which are tried and tested, but it is bound to change in the future. It will be very hectic to go to each file and change it. Instead, we can make a field in config file and import that field and use it.

Describe the solution you'd like
Going to config file, and creating well-named variables for hardcoded values and importing the same in the places of use.

Additional context
This will help fellow coders understand the code much easier, also it will make changes easier.

The app is using 4 different databases, instead it should use only one main database and 4 tables.

Is your feature request related to a problem? Please describe.
Nope. But it can optimize the performance of the app.

Describe the solution you'd like
Instead of using four databases with different names. A single Routinger database can be used in place of it and use four different tables to manage the data.

Describe alternatives you've considered
No alternatives considered

Additional context
The changes are to be made in the /lib/helper/db_helper.dart. Instead of using four databases, we can use single database and 4 different tables to optimize the performance of the app.
Screenshot (3)

Updating Readme to make it more informative

README.md is very vague and doesn't clearly imply:

  1. How the code works?
  2. The general workflow

It can be made more informative and easier to read to help newcomers to understand it better.

Add Alert Dialog Box

After adding tasks to It, If the user press the delete symbol by mistake then It will be deleted,
This can be solved easily by adding a Alert dialog box to it

@Kushalrock
@AyoubBoulahtar
Pls check my issue and, If the issue I described is true, then Assign this to me

If possible add hacktoberfest-accepted label to this issue

BUG: Tasks not displaying when added

Describe the bug
The tasks are stored in the provider and DB but are not displaying in the expansion tile

To Reproduce
Steps to reproduce the behaviour:

  1. Click the FAB on the home page
  2. Fill a new task and select to do
  3. Click on add task

Expected behaviour
Logs in the console shows the task is in the DB and provider but isn't displayed in the home when the expansion tile is clicked

Screenshots

Additional context
Add any other context about the problem here.

Ways to solve it
[OPTIONAL]. If you have a way to tackle the issue. You can suggest it here. Try to summarise as much information as possible. Try not to make this part huge.

Ideas about why this is happening
I think it is related to the UI. An expansion panel is used and it doesn't seem to toggle.

Fixing Imports to make the code more readable

The imports were organized by keeping in mind a specific style. But with the addition of new packages and imports, the imports have gone messy. We encourage beginners to take up this issue and fix the imports across all the files.

A simple example is
Capture
Capture2

The first image is of unorganized imports while the second image is of organized imports.
The general structure to be followed is

  • Dart Imports(Look for dart:__ to know what to include here)
  • Flutter Package Imports (Look for package:flutter to know what to include here)
  • Third-Party Packages (All the packages aside from dart and flutter should be in this category)
  • Then folder wise imports of local files

Imports should have a parent category like in the image, dart imports, helper imports, and so on..

The files having package:routinger are local files and should be accessed by relative location using ./ or ../ instead of using the package:routinger.

A new color palette or font-style for the app

Color palettes and fonts can completely revamp user experiences. Changing these two things can have a revolutionary impact.

The present color palette is very dull and potentially unwelcoming. If you have a better idea about a color palette we are very excited to hear about it.

How to suggest a color palette and/or font?

After forking the repo. You can navigate to dev_assets and create a new small text file color_palette_font_recommendation.txt. In this simple text file, you can write about the color_palette you are thinking about using. If the same file exists, we recommend not overwrite it but add a number after the file name.

If you have made a mockup of the app with your color palette/ and or font in some software you can post that too with the same name and in any popular image formats.
Capture

A new icon for the Routinger app

Visual aspects of an app are as important as the coding aspect.

The primary identity of an app is its icon. We are inviting people to make a new icon for the app. The same icon will be used as the primary app icon, the first image that is shown when the app loads & the same icon will be used in the notification service.

If you have ideas about using over one image in different areas. We duly invite it.

Where to place the icons?

We must respect contribution guidelines and Code of conduct at every point.

You can place your icons in dev_assets and issue a pull request. The new icon must be named accordingly and must not replace the original files. It should be named as new_splash_icon. If you have made an adaptive icon along with the original one. It should be named as new_splash_icon_adaptive.
Capture

An efficient folder structure

Is your feature request related to a problem? Please describe.
I am always frustrated when I open the widgets folder, there are just too many widgets and the organization is vague.

Describe the solution you'd like
An efficient folder structure. The present folder structure shouldn't be changed. Instead, new folders should be created inside it.

Additional context

One simple example of an efficient folder structure would be. In lib/widgets there are two files that are used by settings. So instead of keeping them there. Those two files should be kept in lib/widgets/settings.

Imports order of file shouldn't be changed. All relative imports should be relative, but correction may be needed after putting them into new folders but they should be relative too.

This applies to all the folders inside lib not only the widgets folder. An efficient folder structure for other folders should also be created. Even if it means putting a single file into a folder.

Update Codebase

Update the codebase to use the latest version of flutter and dart and upgrade necessary packages

[BUG] Dark theme inactive.

Describe the bug
The dark theme button in the setting screen doesn't makes any changes.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Setting Screen.
  2. Toggle the dark screen button.

Expected behavior
Turn appearance to dark colors.

Ways to solve it
Add code for its implementation.

Ideas about why is this happening
It is not implemented yet.

I am wishing to work on it.

BUG: RendexBox overflowing in home page

Describe the bug
RendexBox overflowing in tasks expansion panel in home page

To Reproduce
Add a scheduled task

Expected behavior
Text needs to wrap to next line when reaching its container constraintes

Ways to solve it
wrap in wrap widget

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.