Questions tagged [layered]

117 questions
0
votes
0 answers

Domain Model: Client entity consisting of several different data sets

I am building an app that revolves around projects and clients. So I decided to create project and client as seperate entities. They each have their repository in the infrastructure layer. Clients can add client data such as address, company name,…
Hans
  • 1,156
  • 9
  • 13
0
votes
1 answer

How do I create a partially overlapping shape in Sketch?

This is the effect I'm after. The pink line would be the 'tail' of the shape overlapping the circle, and the grey part would be a dropshadow from the tail on the circle. How do I go about this? Thanks!
Oskar H
  • 13
  • 4
0
votes
0 answers

Resizing Layered Windows

I'm hoping I can get away with communicating the issue I'm having clearly without posting a ton of source code. The source is all ASM and while most would understand it, it's still not their primary "thing." I have a layered window which is working…
0
votes
1 answer

Why should we add Model reference separately to MVC front end instead of using it from service reference?

In older web projects that I worked on, we used to create models in DAL, add reference of DAL in Business Logic Layer (and reuse models from DAL as they would be available with reference of DAL), Add reference of BL in Service (again reuse models).…
0
votes
1 answer

Magento mirasvit sphinx search module is not working with mana layered navigation module

I am using magento community version 1.9 and I have integrated mirasvit sphinx search extension but it is not working with Layered Navigation module. I am filtering search result with Mana layered Navigation but it is still showing me the same…
Mohd Zahid
  • 59
  • 4
0
votes
1 answer

Faceted search / Layered navigation, result filtering

I'm using SOLR for getting my facets, everything works fine, even the filter queries are correct. I am struggling with the php part for the filter display. The facets look like this with the active filters. But I want to achieve these…
Szabi Zsoldos
  • 351
  • 6
  • 17
0
votes
2 answers

Autocomplete textbox in layered architecture

I want to create an autocomplete textbox with my database. I'm programming my application in a layered architecture (models, DAL, BLL, Presentation). I've already made a method with an arraylist that reads and returns my select command in the…
0
votes
0 answers

Hide Price filter from some required category

Is there any way to remove Price filter from some required category, while in other category show price filter magento 1.9.1
0
votes
2 answers

Assembly reference error with C# EF4 and a layered design

I'm finally getting around to checking out the latest EF release and I'm running into some troubles with my testing. So, my DAL layer holds my .EDMX file and I'm using the MS POCO template so I also have the generated .TT files and classes. I have a…
Goosey
  • 3
  • 1
0
votes
1 answer

OpenGL Layered Rendering & Renderbuffer

Why exactly does it not work to use a renderbuffer on a layered framebuffer? I read that if you want to have the depth values you have to use extra textures. Is that so? Or is there another option to use a renderbuffer?
TreCore
  • 21
  • 8
0
votes
2 answers

How many layers your small REST system should have?

I am building simple REST deployable using Spring Boot. Decided to create it by using failing acceptance test first followed with TDD until its green. My module is pretty simple, I have 3 API's: Retrieving list of data from datastore. Adds item to…
Eds
  • 781
  • 1
  • 5
  • 7
0
votes
2 answers

Magento Layered Navigation Categories

I would like the user to be sent to the category landing page when the user clicks the category in layered navigation. So instead of the user getting /category.html?cat=11, they would get /category/RedWidget.html?cat=11 when they click the RedWidget…
AntoNB
  • 175
  • 1
  • 3
  • 12
0
votes
1 answer

Layered parallax scrolling?

I'm trying to create a dynamic background for my website which has a solid colour background with an image layered over the top (of a flag) that parallaxes so that it scrolls at a different rate to the page. Does anyone have any projects they can…
MattFiler
  • 175
  • 2
  • 15
0
votes
1 answer

Prestashop. Why layered navigation block dissapear after I click on some category?

I'm using the theme Shop-it and i'm trying to change the category page adding the layered navigation block. After i hook the block it appears on the category page but after I click on some category and the result is displayed the layered navigation…
hidalgofdz
  • 51
  • 2
0
votes
0 answers

Render only one layer from texture 2D array

I have a Texture 2D array to layered rendering. I would like to know how to render only one layer from my layered texture. I have a geometry shader who send different primitives to different layers and I would like to choose which layer to draw on…