timegridio/timegrid

View on GitHub

Showing 390 of 390 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

    public function create(Business $business)
    {
        logger()->info(__METHOD__);
        logger()->info(sprintf('businessId:%s', $business->id));

Severity: Major
Found in app/Http/Controllers/Manager/AddressbookController.php and 1 other location - About 3 hrs to fix
app/Http/Controllers/Manager/HumanresourceController.php on lines 24..41

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 152.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Method postStore has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function postStore(Request $request)
    {
        logger()->info(__METHOD__);

        //////////////////
Severity: Major
Found in app/Http/Controllers/User/AgendaController.php - About 2 hrs to fix

Method getAvailability has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getAvailability(Business $business, Request $request)
    {
        logger()->info(__METHOD__);

        if (auth()->user()) {
Severity: Minor
Found in app/Http/Controllers/User/AgendaController.php - About 1 hr to fix

Method postAction has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function postAction(AlterAppointmentRequest $request)
    {
        logger()->info(__METHOD__);

        //////////////////
Severity: Minor
Found in app/Http/Controllers/API/BookingController.php - About 1 hr to fix

Method create has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function create(Business $business)
    {
        logger()->info(__METHOD__);
        logger()->info(sprintf('businessId:%s', $business->id));

Severity: Minor
Found in app/Http/Controllers/Manager/BusinessVacancyController.php - About 1 hr to fix

Method init has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function init()
    {
        $this->boxes = [
            'appointments_active_today' => [
                'icon'  => 'check',
Severity: Minor
Found in app/TG/Business/Dashboard.php - About 1 hr to fix

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php

return  [
  //==================================== Translations ====================================//
  'feature' => [
Severity: Major
Found in resources/lang/en_US/pricing.php and 6 other locations - About 1 hr to fix
resources/lang/es_AR/pricing.php on lines 1..29
resources/lang/es_ES/pricing.php on lines 1..29
resources/lang/fr_FR/pricing.php on lines 1..29
resources/lang/hy_AM/pricing.php on lines 1..29
resources/lang/it_IT/pricing.php on lines 1..29
resources/lang/ru_RU/pricing.php on lines 1..29

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 109.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php

return  [
  //==================================== Translations ====================================//
  'feature' => [
Severity: Major
Found in resources/lang/es_ES/pricing.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/pricing.php on lines 1..29
resources/lang/es_AR/pricing.php on lines 1..29
resources/lang/fr_FR/pricing.php on lines 1..29
resources/lang/hy_AM/pricing.php on lines 1..29
resources/lang/it_IT/pricing.php on lines 1..29
resources/lang/ru_RU/pricing.php on lines 1..29

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 109.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php

return  [
  //==================================== Translations ====================================//
  'feature' => [
Severity: Major
Found in resources/lang/hy_AM/pricing.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/pricing.php on lines 1..29
resources/lang/es_AR/pricing.php on lines 1..29
resources/lang/es_ES/pricing.php on lines 1..29
resources/lang/fr_FR/pricing.php on lines 1..29
resources/lang/it_IT/pricing.php on lines 1..29
resources/lang/ru_RU/pricing.php on lines 1..29

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 109.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php

return  [
  //==================================== Translations ====================================//
  'feature' => [
Severity: Major
Found in resources/lang/es_AR/pricing.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/pricing.php on lines 1..29
resources/lang/es_ES/pricing.php on lines 1..29
resources/lang/fr_FR/pricing.php on lines 1..29
resources/lang/hy_AM/pricing.php on lines 1..29
resources/lang/it_IT/pricing.php on lines 1..29
resources/lang/ru_RU/pricing.php on lines 1..29

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 109.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php

return  [
  //==================================== Translations ====================================//
  'feature' => [
Severity: Major
Found in resources/lang/it_IT/pricing.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/pricing.php on lines 1..29
resources/lang/es_AR/pricing.php on lines 1..29
resources/lang/es_ES/pricing.php on lines 1..29
resources/lang/fr_FR/pricing.php on lines 1..29
resources/lang/hy_AM/pricing.php on lines 1..29
resources/lang/ru_RU/pricing.php on lines 1..29

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 109.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php

return  [
  //==================================== Translations ====================================//
  'feature' => [
Severity: Major
Found in resources/lang/ru_RU/pricing.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/pricing.php on lines 1..29
resources/lang/es_AR/pricing.php on lines 1..29
resources/lang/es_ES/pricing.php on lines 1..29
resources/lang/fr_FR/pricing.php on lines 1..29
resources/lang/hy_AM/pricing.php on lines 1..29
resources/lang/it_IT/pricing.php on lines 1..29

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 109.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php

return  [
  //==================================== Translations ====================================//
  'feature' => [
Severity: Major
Found in resources/lang/fr_FR/pricing.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/pricing.php on lines 1..29
resources/lang/es_AR/pricing.php on lines 1..29
resources/lang/es_ES/pricing.php on lines 1..29
resources/lang/hy_AM/pricing.php on lines 1..29
resources/lang/it_IT/pricing.php on lines 1..29
resources/lang/ru_RU/pricing.php on lines 1..29

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 109.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/*************************************************************************
 Generated via "php artisan localization:missing" at 2015/12/09 15:37:10
*************************************************************************/

Severity: Major
Found in resources/lang/en_US/welcome.php and 6 other locations - About 1 hr to fix
resources/lang/es_AR/welcome.php on lines 1..33
resources/lang/es_ES/welcome.php on lines 1..33
resources/lang/fr_FR/welcome.php on lines 1..33
resources/lang/hy_AM/welcome.php on lines 1..34
resources/lang/it_IT/welcome.php on lines 1..33
resources/lang/ru_RU/welcome.php on lines 1..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 107.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/*************************************************************************
 Generated via "php artisan localization:missing" at 2015/12/09 15:37:10
*************************************************************************/

Severity: Major
Found in resources/lang/ru_RU/welcome.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/welcome.php on lines 1..33
resources/lang/es_AR/welcome.php on lines 1..33
resources/lang/es_ES/welcome.php on lines 1..33
resources/lang/fr_FR/welcome.php on lines 1..33
resources/lang/hy_AM/welcome.php on lines 1..34
resources/lang/it_IT/welcome.php on lines 1..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 107.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/*************************************************************************
 Generated via "php artisan localization:missing" at 2015/12/09 15:37:10
*************************************************************************/

Severity: Major
Found in resources/lang/es_AR/welcome.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/welcome.php on lines 1..33
resources/lang/es_ES/welcome.php on lines 1..33
resources/lang/fr_FR/welcome.php on lines 1..33
resources/lang/hy_AM/welcome.php on lines 1..34
resources/lang/it_IT/welcome.php on lines 1..33
resources/lang/ru_RU/welcome.php on lines 1..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 107.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/*************************************************************************
 Generated via "php artisan localization:missing" at 2015/12/09 15:37:10
*************************************************************************/

Severity: Major
Found in resources/lang/it_IT/welcome.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/welcome.php on lines 1..33
resources/lang/es_AR/welcome.php on lines 1..33
resources/lang/es_ES/welcome.php on lines 1..33
resources/lang/fr_FR/welcome.php on lines 1..33
resources/lang/hy_AM/welcome.php on lines 1..34
resources/lang/ru_RU/welcome.php on lines 1..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 107.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/*************************************************************************
 Generated via "php artisan localization:missing" at 2015/12/09 15:37:10
*************************************************************************/

Severity: Major
Found in resources/lang/hy_AM/welcome.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/welcome.php on lines 1..33
resources/lang/es_AR/welcome.php on lines 1..33
resources/lang/es_ES/welcome.php on lines 1..33
resources/lang/fr_FR/welcome.php on lines 1..33
resources/lang/it_IT/welcome.php on lines 1..33
resources/lang/ru_RU/welcome.php on lines 1..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 107.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/*************************************************************************
 Generated via "php artisan localization:missing" at 2015/12/09 15:37:10
*************************************************************************/

Severity: Major
Found in resources/lang/fr_FR/welcome.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/welcome.php on lines 1..33
resources/lang/es_AR/welcome.php on lines 1..33
resources/lang/es_ES/welcome.php on lines 1..33
resources/lang/hy_AM/welcome.php on lines 1..34
resources/lang/it_IT/welcome.php on lines 1..33
resources/lang/ru_RU/welcome.php on lines 1..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 107.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 7 locations. Consider refactoring.
Open

<?php
/*************************************************************************
 Generated via "php artisan localization:missing" at 2015/12/09 15:37:10
*************************************************************************/

Severity: Major
Found in resources/lang/es_ES/welcome.php and 6 other locations - About 1 hr to fix
resources/lang/en_US/welcome.php on lines 1..33
resources/lang/es_AR/welcome.php on lines 1..33
resources/lang/fr_FR/welcome.php on lines 1..33
resources/lang/hy_AM/welcome.php on lines 1..34
resources/lang/it_IT/welcome.php on lines 1..33
resources/lang/ru_RU/welcome.php on lines 1..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 107.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language