Skip to content

Commit

Permalink
Remove un-needed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
azatyan committed Jul 5, 2019
1 parent ca35726 commit 0b4d0fe
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 13 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@ Once complete, simply go to http://127.0.0.1:8000 in your browser to see the wea

# Contributing

We love pull requests! The details on how to contribute to Wealthbot can be found [here](CONTRIBUTING.md).
We love pull requests! The details on how to contribute to Wealthbot can be found [here](CONTRIBUTING.md).


# Todo:

* Use Webpack Encore to manage assets
6 changes: 0 additions & 6 deletions config/routes/ria.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,6 @@ rx_ria_risks_test_result:
path: /ria/dashboard/risks/test/result
defaults: { _controller: \App\Controller\Ria\RisksController:testResult }

#TODO: delete?
#rx_ria_risk_test_result_details:
# path: /ria/dashboard/risks/test/{model_id}/details
# defaults: { _controller: \App\Controller\Ria\ProspectsController:riaModelDetails }
# requirements:
# model_id: \d+

rx_ria_risks_create_question:
path: /ria/dashboard/risks/question/create
Expand Down
1 change: 0 additions & 1 deletion public/js/ria/ria.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ $(function(){
}
});

//TODO check in IE /ria/client/create
$(document).on('change',"#wealthbot_riabundle_riacreateclienttype_profile_model", function(event){
$('#wealthbot_riabundle_riacreateclienttype_profile_suggested_portfolio').attr('disabled', 'disabled');

Expand Down
1 change: 0 additions & 1 deletion src/Entity/RiaCompanyInformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
class RiaCompanyInformation
{
// @todo
public $fees;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Entity/SecurityAssignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
class SecurityAssignment
{
// @todo
public $fund_symbol;
public $asset_class_id;

Expand Down
2 changes: 0 additions & 2 deletions templates/Ria/Billing/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@
</script>

<script src="/bundles/wealthbotria/js/ria.fees.table.js"></script>

{# @TODO use bower to manage such kind of deps #}
<script src="/js/backbone.marionette/underscore.js"></script>
<script src="/js/backbone.marionette/backbone.js"></script>
<script src="/js/backbone.marionette/backbone.marionette.js"></script>
Expand Down
1 change: 0 additions & 1 deletion templates/_form_div_layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
{% endspaceless %}
{% endblock datetime_widget %}

{# TODO: date_pattern => pattern#}
{% block date_widget %}
{% spaceless %}
{% if widget == 'single_text' %}
Expand Down

0 comments on commit 0b4d0fe

Please sign in to comment.